Skip to content

Commit

Permalink
feat: running e2e tests on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Jan 15, 2025
1 parent 28e3b1e commit b7aa71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
id: set-ref
run: |
if [[ "${{ github.event.pull_request.base.ref }}" == release/* ]]; then
echo "::set-output name=ref::${ github.event.pull_request.base.ref }"
echo "ref=${{ github.event.pull_request.base.ref }}" >> "$GITHUB_OUTPUT"
else
echo "::set-output name=ref::956b34bcf5b0b072cd7c8fd2e546a9beb66a866a"
echo "ref=956b34bcf5b0b072cd7c8fd2e546a9beb66a866a" >> "$GITHUB_OUTPUT"
fi
- name: Checkout
Expand Down

0 comments on commit b7aa71a

Please sign in to comment.