Skip to content

Commit

Permalink
Update e2ev2-matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
manasachi authored Jan 17, 2024
1 parent 4d4ee4e commit 3f45007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2ev2-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Ensure ref
uses: actions/github-script@v6
if: ${{ !(inputs.skipRefCheck) }}
if: ${{ inputs.skipRefCheck }}
with:
script: core.setFailed('Ref is not latest')
test:
Expand Down

0 comments on commit 3f45007

Please sign in to comment.