Skip to content

Commit

Permalink
CI: Continue on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 17, 2024
1 parent e34545d commit e89bc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Clone Source
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Clone Source
uses: actions/checkout@v4
Expand Down

0 comments on commit e89bc75

Please sign in to comment.