Skip to content

Commit

Permalink
fix: remove if statement in action
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Sep 19, 2024
1 parent 89b1572 commit 6b03409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/parse-schedules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
check:
name: "Parse schedules 🕵️‍"
runs-on: ubuntu-latest
if: ${{ needs.check.outputs.updated == 'true' }}
steps:
- name: "Check out repository 🚚"
uses: actions/checkout@v4
Expand Down

0 comments on commit 6b03409

Please sign in to comment.