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 2f9e7f9 commit eacd05fCopy full SHA for eacd05f
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
needs: [build, verify]
13
if: |
14
- (*github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
+ (github.repository == 'prometheus-community/yet-another-cloudwatch-exporter')
15
&&
16
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v.'))
17
steps:
0 commit comments