Skip to content

Commit

Permalink
ci: investigate how work gh cli after close pr (#9445)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 17, 2024
1 parent 5b4b329 commit bf66882
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Close PR delete firebase channel
name: Cleanup resources after close PR
on:
pull_request:
types: [closed]

jobs:
delete_firebase_channel:
purge-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: gh cache delete ${{ env.CACHE_DIST_KEY }}
continue-on-error: true

delete-firebase-channel:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down

0 comments on commit bf66882

Please sign in to comment.