diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12fb7303a..876c3ed2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,9 @@ on: push: branches: - main - pull_request: - merge_group: - workflow_dispatch: + # pull_request: + # merge_group: + # workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml new file mode 100644 index 000000000..584f04c59 --- /dev/null +++ b/.github/workflows/templating.yml @@ -0,0 +1,18 @@ +name: Templating +on: + pull_request: + types: [opened, reopened, synchronize] + workflow_dispatch: + +jobs: + render-template: + name: Render template + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + steps: + - uses: munich-quantum-toolkit/templates@add-action + with: + organization: munich-quantum-toolkit + repository: core