Skip to content

Commit fb9330c

Browse files
authored
Fix CI (#344)
Fixup CI publishing. Signed-off-by: SuperQ <superq@gmail.com>
1 parent f0db574 commit fb9330c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
needs: [build_all, verify-example-configs]
6565
if: |
66-
(github.repository == 'prometheus-community/fortigate-exporter')
66+
(github.repository == 'prometheus-community/fortigate_exporter')
6767
&&
6868
(github.event_name == 'push' && github.event.ref == 'refs/heads/main')
6969
steps:
@@ -83,9 +83,9 @@ jobs:
8383
runs-on: ubuntu-latest
8484
needs: [build_all, verify-example-configs]
8585
if: |
86-
(github.repository == 'prometheus-community/fortigate-exporter')
86+
(github.repository == 'prometheus-community/fortigate_exporter')
8787
&&
88-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0.'))
88+
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
8989
steps:
9090
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9191
- uses: prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7

0 commit comments

Comments
 (0)