We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3760d1a commit fdf315aCopy full SHA for fdf315a
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