We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d47e254 + 8885ae9 commit 878925eCopy full SHA for 878925e
src/tools/miri/.github/workflows/ci.yml
@@ -12,12 +12,6 @@ on:
12
schedule:
13
- cron: '44 4 * * *' # At 4:44 UTC every day.
14
15
-permissions:
16
- # The cronjob needs to be able to push to the repo...
17
- contents: write
18
- # ... and create a PR.
19
- pull-requests: write
20
-
21
defaults:
22
run:
23
shell: bash
@@ -93,6 +87,11 @@ jobs:
93
87
cron-fail-notify:
94
88
name: cronjob failure notification
95
89
runs-on: ubuntu-latest
90
+ permissions:
91
+ # The cronjob needs to be able to push to the repo...
92
+ contents: write
+ # ... and create a PR.
+ pull-requests: write
96
needs: [build, style]
97
if: github.event_name == 'schedule' && failure()
98
steps:
0 commit comments