Skip to content

Commit

Permalink
remove check for event name during protocol check in post merge tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Oct 12, 2023
1 parent cf7b002 commit 143aae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/post-merge-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Check and Bump Protocol Version
if: github.event_name == 'schedule'
run: |
tox -e syft.protocol.check
Expand Down

0 comments on commit 143aae2

Please sign in to comment.