Skip to content

Commit

Permalink
don't fail RelativeCI
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Mar 15, 2024
1 parent 8e60bff commit b63b501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/relative-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- name: Send bundle stats and build information to RelativeCI
uses: relative-ci/agent-action@v2
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if there's no artifact, we don't want to fail the build
continue-on-error: true
with:
key: ${{ secrets.RELATIVE_CI_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b63b501

Please sign in to comment.