Skip to content

Commit

Permalink
feat: ignore missing
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed May 6, 2024
1 parent cf75b39 commit 94abc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: New Sentry Release
on:
# obviously revert these two too
workflow_dispatch:
pull_request:
# revert develop here
branches: [main, develop]
Expand All @@ -24,4 +22,6 @@ jobs:
# and revert me too
environment: localhost
version: ${{ github.event.pull_request.title }}
# and me too
ignore_missing: true

0 comments on commit 94abc73

Please sign in to comment.