Skip to content

Commit

Permalink
Skip Firebase staging for repo forks (cfug#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Dec 5, 2023
1 parent a6545bc commit 7c0ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
checks: write
pull-requests: write
runs-on: ubuntu-latest
if: ${{ github.ref != 'refs/heads/main' }}
if: ${{ github.event.pull_request.head.repo.full_name == 'cfug/flutter.cn' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
Expand Down

0 comments on commit 7c0ae9a

Please sign in to comment.