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 6c08f89 commit f43037fCopy full SHA for f43037f
.github/workflows/test_nightly.yaml
@@ -23,7 +23,7 @@ env:
23
24
jobs:
25
post-comment-in-pr:
26
- if: github.event.pull_request.number != ''
+ if: (contains(github.event.*.labels.*.name, 'ci/run-nightly') || github.event_name == 'workflow_dispatch') && github.event.pull_request.number != ''
27
runs-on: ubuntu-latest
28
env:
29
GH_TOKEN: ${{ secrets.K8S_TEAM_BOT_GH_PAT }}
0 commit comments