Skip to content

GitHub Actions: Do not run Update Data workflow on push (#5) #9

GitHub Actions: Do not run Update Data workflow on push (#5)

GitHub Actions: Do not run Update Data workflow on push (#5) #9

name: Composer Audit
on:
workflow_dispatch:
schedule:
- cron: '23 3 * * 1' # Weekly on Monday
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
composer-audit:
uses: typisttech/.github/.github/workflows/composer-audit.yml@v2
permissions:
contents: read