Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Sep 28, 2023
1 parent 25005cf commit f1976ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_use_cases_examples.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Use Case Examples
on:
push:
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Run Use Case Examples Script
run: |
chmod +x ./src/script/make_utils/run_use_case_examples.sh
./src/script/make_utils/run_use_case_examples.sh
chmod +x /src/script/make_utils/run_use_case_examples.sh
/src/script/make_utils/run_use_case_examples.sh
stop-runner-linux:
name: Stop EC2 runner
Expand Down

0 comments on commit f1976ac

Please sign in to comment.