Skip to content

Commit

Permalink
Revert "ensure tests run"
Browse files Browse the repository at this point in the history
This reverts commit 31b9d01.
  • Loading branch information
phryneas committed Dec 18, 2024
1 parent 31b9d01 commit 0cfc00a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ on:
jobs:
matrix:
name: Determine if the `next` tag is higher than the `latest` tag
# 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
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 0cfc00a

Please sign in to comment.