Skip to content

Merge pull request #1086 from kernelkit/doc #1

Merge pull request #1086 from kernelkit/doc

Merge pull request #1086 from kernelkit/doc #1

Workflow file for this run

name: Self Trigger
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
push:
branches:
- main
- ci-workflow-redesign
workflow_dispatch:
jobs:
build-x86_64:
uses: ./.github/workflows/build.yml
with:
target: "x86_64"
name: "infix"
flavor: "_minimal"
build-aarch64:
uses: ./.github/workflows/build.yml
with:
target: "aarch64"
name: "infix"
flavor: "_minimal"
test-run-x86_64:
needs: build-x86_64
uses: ./.github/workflows/test.yml
with:
target: "x86_64"
name: "infix"
test-publish-x86_64:

Check failure on line 34 in .github/workflows/trigger.yml

View workflow run for this annotation

GitHub Actions / Self Trigger

Invalid workflow file

The workflow is not valid. .github/workflows/trigger.yml (Line: 34, Col: 3): Error calling workflow 'rical/infix/.github/workflows/publish.yml@ce89499518b9d3628d93dfbe6e60bc4d5f27f123'. The nested job 'publish' is requesting 'contents: write', but is only allowed 'contents: read'.
needs: test-run-x86_64
uses: ./.github/workflows/publish.yml