Skip to content

reorder if statemet

reorder if statemet #8

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branch: [main, master]
pull_request:
branch: [main, master]
release:
types: [published]
workflow_dispatch:
jobs:
all-aef-ddf-workflows:
name: ⚙️ Run all AEF-DDF workflows
uses: ./.github/workflows/workflow_dispatcher.yaml
with:
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
schema_creation: '"CREATE SCHEMA test; CREATE SCHEMA \"test.one\";"'
secrets: inherit