Skip to content

Commit

Permalink
wip(drop me): run job on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Feb 20, 2024
1 parent 2966ef2 commit 1c70079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kyber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
hax:
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' }}
# if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group' }}
runs-on: "ubuntu-latest"

steps:
Expand Down

0 comments on commit 1c70079

Please sign in to comment.