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 b20a5af commit 6ac1006Copy full SHA for 6ac1006
.github/workflows/devcontainer-nightly-build.yaml
@@ -1,7 +1,9 @@
1
name: Nightly container builds for selected targets
2
3
on:
4
- # pull_request:
+ pull_request:
5
+ paths:
6
+ - '.github/workflows/devcontainer-nightly-build.yaml'
7
schedule:
8
- cron: '0 3 * * *' # Runs at 03:00 UTC every day
9
0 commit comments