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 96392ce commit a580292Copy full SHA for a580292
.github/workflows/build_images_regular.yml
@@ -4,7 +4,7 @@ on:
4
- cron: '0 9 13 * *'
5
jobs:
6
build_docker_images_regularly:
7
- runs-on: self-hosted
+ runs-on: [self-hosted]
8
permissions:
9
issues: write
10
pull-requests: write
0 commit comments