Skip to content

WIP: testing CI, please ignore #2

WIP: testing CI, please ignore

WIP: testing CI, please ignore #2

Workflow file for this run

name: updated
on:
pull_request:
types:
- synchronize
- opened
permissions:
contents: write # so it can comment
jobs:
build-debug:
uses: ./.github/workflows/build-all-debug.yml
secrets:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
build-release:
if: |
contains(github.event.pull_request.labels.*.name, 'build-release')
uses: ./.github/workflows/build-all-release.yml