File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4040 run : |
4141 RELEASE_BRANCH_REGEX="refs/heads/[0-9]+.[0-9]+.x"
4242 # The `create` event trigger doesn't support `branches` filters, so it's necessary to use Bash instead.
43- if [[ \
44- "${{ github.event_name }}" != "create" || \
45- "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX \
43+ if [[
44+ "${{ github.event_name }}" != "create" ||
45+ "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX
4646 ]]; then
4747 # Run the other jobs.
4848 RESULT="true"
Original file line number Diff line number Diff line change 4848 run : |
4949 RELEASE_BRANCH_REGEX="refs/heads/[0-9]+.[0-9]+.x"
5050 # The `create` event trigger doesn't support `branches` filters, so it's necessary to use Bash instead.
51- if [[ \
52- "${{ github.event_name }}" != "create" || \
53- "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX \
51+ if [[
52+ "${{ github.event_name }}" != "create" ||
53+ "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX
5454 ]]; then
5555 # Run the other jobs.
5656 RESULT="true"
Original file line number Diff line number Diff line change 4848 run : |
4949 RELEASE_BRANCH_REGEX="refs/heads/[0-9]+.[0-9]+.x"
5050 # The `create` event trigger doesn't support `branches` filters, so it's necessary to use Bash instead.
51- if [[ \
52- "${{ github.event_name }}" != "create" || \
53- "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX \
51+ if [[
52+ "${{ github.event_name }}" != "create" ||
53+ "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX
5454 ]]; then
5555 # Run the other jobs.
5656 RESULT="true"
You can’t perform that action at this time.
0 commit comments