Skip to content

Commit

Permalink
Add version number to workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed Jul 4, 2024
1 parent ddee2bb commit 6227076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/optional_camunda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[OPTIONAL] Camunda Runner"
name: "[OPTIONAL] Camunda 7 Runner"

on:
[ push, pull_request ]
Expand All @@ -18,5 +18,5 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run OPTIONAL Camunda Runner
- name: Run OPTIONAL Camunda 7 Runner
run: cd runners && mvn verify --batch-mode --update-snapshots -Pcamunda

0 comments on commit 6227076

Please sign in to comment.