Skip to content

Commit 077e226

Browse files
committed
ci: fix syntax
1 parent ca51415 commit 077e226

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gis_coarse_meshgen.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
- cron: "0 9 * * *" #daily at 9am
1010

1111
jobs:
12-
setup_and_run_gis_coarse_meshgen:
13-
name: setup_and_run_gis_coarse_meshgen
12+
setup_and_run_job:
13+
name: setup_and_run_job
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: setup_and_run_step
1617
run: |
1718
# create top level working directory
1819
mkdir compassDev

0 commit comments

Comments
 (0)