Skip to content

Commit

Permalink
ci: run every hour
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Aug 22, 2024
1 parent 0644512 commit dbf15ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tofu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
branches:
- "main"
schedule:
- cron: "0 4 * * *"
- cron: "0 * * * *"

concurrency:
group: ${{ github.workflow }}

jobs:
linode:
concurrency:
group: ${{ github.workflow }}-jobs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,9 +31,6 @@ jobs:
-var=kubeconfig=lke.yaml
oci:
needs: [ "linode" ]
concurrency:
group: ${{ github.workflow }}-jobs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dbf15ce

Please sign in to comment.