Skip to content

Commit

Permalink
Fix YML
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Jan 8, 2024
1 parent 0b5fe84 commit 1934461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release tests
on: pull_request

jobs:
if: startsWith(github.head_ref, 'sw-provider-') # TODO: settle on standard prefix
oqs-provider-release-test: # TODO: this is highly coupled to oqs-provider structure. Might be better downstream?
if: startsWith(github.head_ref, 'sw-provider-') # TODO: settle on standard prefix
container:
image: openquantumsafe/ci-ubuntu-jammy:latest
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1934461

Please sign in to comment.