Skip to content

Commit

Permalink
Change cron to run jobs once per week
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround committed Sep 11, 2024
1 parent e6012c7 commit 0f82b6b
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BasicTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/H0Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly110.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly128.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly134.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly1340.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly1348.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly1384.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly1879.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly254.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly272.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly302.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly377.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly387.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly417.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly52.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly762.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly782.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly786.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly798.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly838.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly88.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Poly882.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SimpleRootCounting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
Expand Down

0 comments on commit 0f82b6b

Please sign in to comment.