Skip to content

Adjust workflow triggering on push #80

Adjust workflow triggering on push

Adjust workflow triggering on push #80

Workflow file for this run

on: [push, pull_request, release, workflow_dispatch]
name: CI tests
jobs:
# We call the reusable workflow that triggers all AEF-DDF workflows
run-all-AEF-DFF-workflows:
if: github.event_name != 'push' || (github.event_name == 'push' && github.base_ref != "")

Check failure on line 8 in .github/workflows/all-workflows.yaml

View workflow run for this annotation

GitHub Actions / CI tests

Invalid workflow file

The workflow is not valid. .github/workflows/all-workflows.yaml (Line: 8, Col: 9): Unexpected symbol: '""'. Located at position 83 within expression: github.event_name != 'push' || (github.event_name == 'push' && github.base_ref != "")
name: ⚙️ Run all AEF-DDF workflows
uses: ssi-dk/AEF-DDF/.github/workflows/workflow-dispatcher.yaml@workflows
with:
# We pass information about the triggering event
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
main_branches: main
# code-coverage creates data bases for the tests. Here you can specify the schemas you need for the workflow
schemas: test_ds,not_test_ds
secrets: inherit