Skip to content

Commit

Permalink
Merge pull request #5163 from hallieswan/SWC-6514-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Aug 24, 2023
2 parents 00335ca + c783c98 commit f21282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Build/Run End-to-End Tests'
on: push
jobs:
build-and-run-e2e:
if: ${{ github.ref == 'develop' || github.ref == 'release-**' || github.actor == github.repository_owner }}
if: ${{ github.ref_name == 'develop' || github.ref_name == 'release-**' || github.actor == github.repository_owner }}
runs-on: macos-latest
env:
CONTAINER_NAME: 'swc-tomcat'
Expand Down

0 comments on commit f21282c

Please sign in to comment.