Skip to content

Commit

Permalink
ci: do not mark job as failed for expired firebase instance
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 19, 2024
1 parent a110e06 commit f729167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/delete-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Close PR delete firebase channel
on:
pull_request:
types: [closed]

jobs:
delete_firebase_channel:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: w9jds/[email protected]
continue-on-error: true
with:
args: hosting:channel:delete pr${{ github.event.number }}-${{ github.head_ref }} --force
env:
Expand Down

0 comments on commit f729167

Please sign in to comment.