Skip to content

Commit

Permalink
Fix github actions workflow: remove redundant repository check
Browse files Browse the repository at this point in the history
  • Loading branch information
Shift4-Team committed Nov 8, 2022
1 parent 9769b44 commit 692634c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

jobs:
publish:
if: github.repository == 'shift4/shift4-node'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 692634c

Please sign in to comment.