Skip to content

Commit

Permalink
chore: Test conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssoncastro committed Dec 26, 2023
1 parent 0b2769b commit dc7ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "Version ${{ steps.set-version.outputs.version }}"

- name: Set test suite
if: ${{ github.ref != 'refs/heads/chore/**' }}
if: ${{ github.ref != 'refs/heads/chore/gh-action-unit-test-suite' }}
run: echo "GITHUB_TEST_SUITE=UnitTestSuite" >> $GITHUB_ENV

- name: Compile
Expand Down

0 comments on commit dc7ae11

Please sign in to comment.