Skip to content

Commit 1f7e253

Browse files
committed
OO-106: Correct _REF to _REF_NAME
1 parent 9164591 commit 1f7e253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/synthetic-monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
retention-days: 2
7878

7979
export-to-blackbox:
80-
if: github.event_name == 'push' && github.ref == github.event.repository.default_branch
80+
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
8181
needs: validate
8282
runs-on: ubuntu-latest
8383
name: Export config to blackbox-exporter

0 commit comments

Comments
 (0)