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.
2 parents 1fbc491 + 27d1898 commit f91f483Copy full SHA for f91f483
.github/workflows/test-network-scenarios.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
git fetch --tags --force
53
tag=$(git tag --points-at "${{ github.event.workflow_run.head_sha }}" | head -n1)
54
- if echo "$tag" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+'; then
+ if echo "$tag" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+' && ! echo "$tag" | grep -q 'fake'; then
55
echo "should_run=true" >> $GITHUB_OUTPUT
56
echo "Found semver tag: $tag"
57
else
0 commit comments