Skip to content

ci: create Cloudflare deployments (#17) #5

ci: create Cloudflare deployments (#17)

ci: create Cloudflare deployments (#17) #5

Workflow file for this run

name: Push & Release 🌍
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.ref }}
cancel-in-progress: true
on:
release:
types:
- released
- prereleased
push:
branches:
- main
jobs:
main:
name: ${{ github.event_name == 'push' && 'Unstable πŸš€βš οΈ' || 'Stable πŸ·οΈβœ…' }}
uses: ./.github/workflows/__package.yml
with:
commit: ${{ github.event_name == 'push' && github.sha }}
is_prerelease: false
codeql:
name: GitHub CodeQL πŸ”¬
uses: ./.github/workflows/__codeql.yml

Check failure on line 26 in .github/workflows/push_release.yml

View workflow run for this annotation

GitHub Actions / Push & Release 🌍

Invalid workflow file

error parsing called workflow ".github/workflows/push_release.yml" -> "./.github/workflows/__codeql.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
actions: read
contents: read
security-events: write
with:
commit: ${{ github.sha }}
deploy:
name: Deploy πŸš€
if: ${{ github.repository == 'isa-group/bpm2025' }}
uses: ./.github/workflows/__deploy.yml
needs:
- main
permissions:
contents: read
deployments: write
pages: write
id-token: write
secrets: inherit
with:
branch: ${{ github.ref_name }}
comment: false
is_prerelease: false