1 2 3 4 5 6 7 8 9 10
name: ci on: push: { branches: [main] } pull_request: concurrency: group: ci-${{ github.ref }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} # never cancel main jobs: ci: uses: ikigai-rs/.github/.github/workflows/rust.yml@main