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.
1 parent 1625d17 commit 5210a79Copy full SHA for 5210a79
.github/workflows/scheduled-tests.yml
@@ -1,13 +1,12 @@
1
name: "Scheduled tests"
2
-run-name: "Scheduled tests ${{ github.event_name != 'schedule' && format('- {0}', github.actor) }}"
+run-name: "Scheduled tests ${{ (github.event_name != 'schedule' && format('- {0}', github.actor)) || '' }}"
3
4
on:
5
schedule:
6
- cron: '0 3 * * *'
7
workflow_dispatch:
8
9
-permissions:
10
- contents: read
+permissions: read-all
11
12
jobs:
13
verify-builds:
0 commit comments