Skip to content

Commit

Permalink
chore: remove if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jul 25, 2024
1 parent a51ee43 commit 768f099
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ on:
permissions: read-all
jobs:
unit:
if: "${{ github.event.action != 'labeled' || github.event.label.name == 'tests: run' || github.event.label.name == 'tests: run-unit' }}"
name: unit tests
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Expand All @@ -47,8 +43,6 @@ jobs:
permissions:
contents: read
id-token: write
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Expand Down

0 comments on commit 768f099

Please sign in to comment.