Skip to content

Commit 31617d3

Browse files
committed
Update main.yml
1 parent 801537c commit 31617d3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
validate_certs: false
3434
workshop_job_provision:
3535
runs-on: ubuntu-latest
36-
name: Kick off workshop controller job
36+
name: Test provision workshop and teardown
3737
steps:
38-
- name: Load the ansible-cloud action
38+
- name: Load the ansible-cloud action for provision
3939
id: controller
4040
uses: ansible-cloud/[email protected]
4141
with:
@@ -45,11 +45,7 @@ jobs:
4545
job_template: "Workshop Provision Job"
4646
extra_vars: "ec2_name_prefix=github-action-test-sean"
4747
validate_certs: false
48-
workshop_job_teardown:
49-
runs-on: ubuntu-latest
50-
name: Kick off workshop controller job
51-
steps:
52-
- name: Load the ansible-cloud action
48+
- name: Load the ansible-cloud action for teardown
5349
id: controller
5450
uses: ansible-cloud/[email protected]
5551
with:

0 commit comments

Comments
 (0)