Skip to content

Commit

Permalink
feat(workflows): use variables that only exist in pull requests event
Browse files Browse the repository at this point in the history
  • Loading branch information
medns authored and hippy-actions[bot] committed Jan 31, 2023
1 parent f114947 commit 0332326
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'core/**'
- 'hippy.podspec'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
ios_build_tests:
runs-on: macos-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ios_build_tests_bypass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- 'core/**'
- 'hippy.podspec'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
ios_build_tests:
runs-on: macos-latest
Expand Down

0 comments on commit 0332326

Please sign in to comment.