forked from software-mansion/react-native-reanimated
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix V8 on Android CI build (software-mansion#3748)
## Description This PR fixes the Android V8 CI that wasn't running because `env` is not available in `concurrency.group` context: <img width="757" alt="Zrzut ekranu 2022-11-7 o 13 41 37" src="https://user-images.githubusercontent.com/20516055/200313029-4201a9d0-777d-431c-ad1f-40afcaf2b17b.png"> Instead, we should use `${{ github.ref }}` to differentiate jobs for different branches/PRs.
- Loading branch information
Showing
2 changed files
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters