Skip to content

Commit

Permalink
Merge pull request #8152 from OpenMined/fix-post-merge-task
Browse files Browse the repository at this point in the history
remove check for event name during protocol check in post merge tasks
  • Loading branch information
shubham3121 authored Oct 12, 2023
2 parents cf7b002 + 143aae2 commit 295edc7
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 295edc7

Please sign in to comment.