We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e7110 commit 13d1bd3Copy full SHA for 13d1bd3
1 file changed
.github/workflows/synthetic-monitoring.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
delete-config-from-blackbox-exporter:
33
needs: file-exists
34
- if: needs.file-exists.outputs.file_exists == 'false'
+ if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch && needs.file-exists.outputs.file_exists == 'false'
35
runs-on: ubuntu-latest
36
name: Delete existing config from blackbox-exporter
37
permissions:
0 commit comments