Skip to content

Commit

Permalink
feat(all-workflows): use shorter names for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Dec 18, 2023
1 parent 14446c8 commit 1c31e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
release:
workflow_dispatch:

name: Run all workflows
name: CI

jobs:

# We call the reusable workflow that triggers all AEF-DDF workflows
run-all-AEF-DFF-workflows:
name: ⚙️ Run all AEF-DDF workflows
name: ⚙️ Dispatch
uses: ssi-dk/AEF-DDF/.github/workflows/workflow-dispatcher.yaml@workflows
with:
# We pass information about the triggering event
Expand Down

0 comments on commit 1c31e4f

Please sign in to comment.