Skip to content

Commit

Permalink
ensure tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 18, 2024
1 parent 8c9ab28 commit 31b9d01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ on:
jobs:
matrix:
name: Determine if the `next` tag is higher than the `latest` tag
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
# this is meant to skip running tests from the `pull_request` event if the `push` event already triggered the tests,
# but the `push` event doesn't seem to trigger right now - disabling this for now
# if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.matrix }}
Expand Down

0 comments on commit 31b9d01

Please sign in to comment.