Refactor liboqs CI and update Ubuntu images #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request tests | ||
permissions: | ||
contents: read | ||
on: pull_request | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
basic-checks: | ||
uses: ./.github/workflows/basic.yml | ||
platform-tests: | ||
needs: basic-checks | ||
uses: ./.github/workflows/platforms.yml | ||
scorecard: | ||
Check failure on line 21 in .github/workflows/pr.yml GitHub Actions / Pull request testsInvalid workflow file
|
||
needs: basic-checks | ||
uses: ./.github/workflows/scorecard.yml | ||
secrets: inherit |