Skip to content

⬆️ update mqt-workflows to 1.1.1 #18

⬆️ update mqt-workflows to 1.1.1

⬆️ update mqt-workflows to 1.1.1 #18

Workflow file for this run

name: Update MQT Core
on:
schedule:
# run once a month on the first day of the month at 00:00 UTC
- cron: "0 0 1 * *"
workflow_dispatch:
pull_request:
paths:
- .github/workflows/update-mqt-core.yml
jobs:
update-mqt-core:
name: ⬆️ Update MQT Core
uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.1.1
secrets:
token: ${{ github.token }}