Skip to content

Commit

Permalink
chore: Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Sep 25, 2024
1 parent 33d6b17 commit d976003
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/reanimated-compatibility-check-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,8 @@ on:
schedule:
- cron: '37 19 * * *'
workflow_dispatch:
env:
IS_REANIMATED: ${{ github.repository == 'software-mansion/react-native-reanimated' }}
IS_PR: ${{github.event_name == 'pull_request'}}
HAS_LABEL: ${{github.event_name == 'pull_request' && github.event.pull_request.labels.*.name == 'Check compatibility'}}
RIGHT_SIDE: (${{github.event_name != 'pull_request'}} || contains(github.event.pull_request.labels.*.name, 'Check compatibility'))

jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Print conditions
run: |
echo "IS_REANIMATED: $IS_REANIMATED"
echo "IS_PR: $IS_PR"
echo "HAS_LABEL: $HAS_LABEL"
echo "R"
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
build:
if: ${{github.repository == 'software-mansion/react-native-reanimated' && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Check compatibility'))}}
runs-on: ${{matrix.platform == 'iOS' && 'macos-14' || 'ubuntu-latest'}}
Expand Down

0 comments on commit d976003

Please sign in to comment.