Fix fail-fast logic for downstream trigger #24
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: Main branch tests | ||
permissions: | ||
contents: read | ||
on: | ||
push: | ||
jobs: | ||
platform-tests: | ||
uses: ./.github/workflows/platforms.yml | ||
scorecard: | ||
uses: ./.github/workflows/scorecard.yml | ||
secrets: inherit | ||
# complete list of permissions keys as per | ||
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions | ||
# accessed September 4, 2024 | ||
permissions: | ||
actions: read | ||
attestations: read | ||
checks: read | ||
contents: read | ||
deployments: read | ||
id-token: write | ||
issues: read | ||
discussions: read | ||
packages: read | ||
pages: read | ||
pull-requests: read | ||
repository-projects: read | ||
security-events: write | ||
statuses: read | ||
basic-downstream: | ||
uses: ./.github/workflows/downstream-basic.yml | ||
Check failure on line 37 in .github/workflows/commit-to-main.yml GitHub Actions / Main branch testsInvalid workflow file
|
||
secrets: inherit |