Skip to content

Commit

Permalink
Add checkouts
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Feb 12, 2024
1 parent a5fcc57 commit c1db288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
v1-lts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Test Scripts
run: gh workflow run -r zowe-v1-lts test.yml

Expand All @@ -18,6 +21,9 @@ jobs:
v2-lts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Test Scripts
run: gh workflow run -r master test.yml

Expand Down

0 comments on commit c1db288

Please sign in to comment.