We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9164591 commit 1f7e253Copy full SHA for 1f7e253
1 file changed
.github/workflows/synthetic-monitoring.yaml
@@ -77,7 +77,7 @@ jobs:
77
retention-days: 2
78
79
export-to-blackbox:
80
- if: github.event_name == 'push' && github.ref == github.event.repository.default_branch
+ if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
81
needs: validate
82
runs-on: ubuntu-latest
83
name: Export config to blackbox-exporter
0 commit comments