Skip to content

Commit

Permalink
Avoid daily workflow failure notifications on 3rd party repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 9, 2024
1 parent 4f2a326 commit e9b4120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apple_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
sync_certs:
name: sync certs
runs-on: macos-12
if: ${{ github.repository == 'opengisch/QField' }}

steps:
- name: 🐣 Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/s3clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
clean_s3:
runs-on: ubuntu-22.04
if: ${{ github.repository == 'opengisch/QField' }}
steps:
- run: |
sudo apt install -y s3cmd
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
sync_translations:
runs-on: ubuntu-22.04
if: ${{ github.repository == 'opengisch/QField' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e9b4120

Please sign in to comment.