Skip to content

Commit

Permalink
Hmm, would this work better?
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 8, 2024
1 parent 74a1bd7 commit 6849bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
name: deploy to play store
runs-on: ubuntu-20.04
needs: build
if: ${{ ( github.event_name == 'release' || ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) ) && github.repository_owner == 'opengisch' }}
if: ${{ ( github.event_name == 'release' || ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) ) && github.repository == 'opengisch/QField' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
name: comment (pr)
runs-on: ubuntu-20.04
needs: build
if: ${{ github.event_name == 'pull_request' && github.repository_owner == 'opengisch' }}
if: ${{ github.event_name == 'pull_request' && github.repository == 'opengisch/QField' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
name: comment (commit)
runs-on: ubuntu-20.04
needs: build
if: ${{ github.event_name == 'push' && github.repository_owner == 'opengisch' }}
if: ${{ github.event_name == 'push' && github.repository == 'opengisch/QField' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6849bf4

Please sign in to comment.