Skip to content

Commit

Permalink
Test both jobs run
Browse files Browse the repository at this point in the history
  • Loading branch information
k-collie committed Jul 29, 2024
1 parent 7d214d0 commit e0e565c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/weekly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: DockerPublishPlatypusDeps
runs-on: ubuntu-latest
steps:
- name: Fail early
shell: bash
run: echo "Failing early" && false

- name: Check out the repo
uses: actions/checkout@v3

Expand Down Expand Up @@ -41,6 +45,10 @@ jobs:
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
- name: Fail early
shell: bash
run: echo "This ran" && false

- name: Check out the repo
uses: actions/checkout@v3

Expand Down

0 comments on commit e0e565c

Please sign in to comment.