We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cb5f89 + fdf315a commit c864a60Copy full SHA for c864a60
1 file changed
.github/workflows/build.yml
@@ -13,6 +13,8 @@ on:
13
schedule:
14
- cron: '11 15 * * 0' # Sundays, 15:11
15
16
+permissions: {}
17
+
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
20
cancel-in-progress: true
0 commit comments