Skip to content

Add concurrency and format (#192) #9

Add concurrency and format (#192)

Add concurrency and format (#192) #9

Workflow file for this run

---
name: tox
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
tox:

Check failure on line 17 in .github/workflows/tox.yml

View workflow run for this annotation

GitHub Actions / tox

Invalid workflow file

The workflow is not valid. .github/workflows/tox.yml (Line: 17, Col: 3): Error calling workflow 'ansible/team-devtools/.github/workflows/tox.yml@main'. The nested job 'check' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ansible/team-devtools/.github/workflows/tox.yml@main