Skip to content

Run test_speed.py for stateful signatures on a weekly basis only #143

Run test_speed.py for stateful signatures on a weekly basis only

Run test_speed.py for stateful signatures on a weekly basis only #143

Workflow file for this run

name: Push tests
permissions:
contents: read
on:
push:
branches-ignore: 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
basic-checks:
uses: ./.github/workflows/basic.yml
full-tests:
needs: basic-checks
if: contains( github.event.head_commit.message, '[full tests]' )
uses: ./.github/workflows/platforms.yml
extended-tests:
needs: basic-checks
if: contains( github.event.head_commit.message, '[extended tests]' )
uses: ./.github/workflows/extended.yml

Check failure on line 27 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Push tests

Invalid workflow file

The workflow is not valid. In .github/workflows/push.yml (Line: 27, Col: 11): Error from called workflow open-quantum-safe/liboqs/.github/workflows/extended.yml@5b045dcbe28102e32d47a7937169b41df384dec6 (Line: 91, Col: 14): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
downstream-release-tests:
needs: basic-checks
if: contains( github.event.head_commit.message, '[trigger downstream]' )
uses: ./.github/workflows/downstream-release.yml
secrets: inherit