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 c58774c commit b7c89e5Copy full SHA for b7c89e5
.github/workflows/release-caller.yml
@@ -18,7 +18,7 @@ jobs:
18
- id: check
19
run: |
20
if [[ $GITHUB_REF == *"offline-mode"* ]]; then
21
- echo "should_run=false" >> $GITHUB_OUTPUT
+ echo "should_run=true" >> $GITHUB_OUTPUT
22
else
23
echo "should_run=true" >> $GITHUB_OUTPUT
24
fi
.github/workflows/release-offline.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
branches:
8
- offline-mode
9
+ - offline-mode-*
10
release:
11
types: [published]
12
0 commit comments