Skip to content

Commit

Permalink
Revert "chore: prevent action from running on forks" (facebook#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatercurve authored Mar 9, 2023
1 parent 3561ef7 commit 4b4037f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
- cron: '30 2 * * 1-5'
jobs:
release:
# prevents this action from running on forks
if: github.repository_owner == 'facebook'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:

jobs:
integrity:
if: github.repository_owner == 'facebook'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
- run: npm run build-www

unit:
if: github.repository_owner == 'facebook'
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -74,7 +72,6 @@ jobs:
- run: npm run test-unit

e2e-mac:
if: github.repository_owner == 'facebook'
runs-on: macos-latest
strategy:
matrix:
Expand Down Expand Up @@ -116,7 +113,6 @@ jobs:
retention-days: 7

e2e-linux:
if: github.repository_owner == 'facebook'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -162,7 +158,6 @@ jobs:
retention-days: 7

e2e-windows:
if: github.repository_owner == 'facebook'
runs-on: windows-latest
strategy:
matrix:
Expand Down Expand Up @@ -203,7 +198,6 @@ jobs:
retention-days: 7

e2e-collab-mac:
if: github.repository_owner == 'facebook'
runs-on: macos-latest
strategy:
matrix:
Expand Down Expand Up @@ -241,7 +235,6 @@ jobs:
retention-days: 7

e2e-collab-linux:
if: github.repository_owner == 'facebook'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -283,7 +276,6 @@ jobs:
retention-days: 7

e2e-collab-windows:
if: github.repository_owner == 'facebook'
runs-on: windows-latest
strategy:
matrix:
Expand Down Expand Up @@ -320,7 +312,6 @@ jobs:
retention-days: 7

e2e-prod:
if: github.repository_owner == 'facebook'
runs-on: macos-latest
strategy:
matrix:
Expand Down Expand Up @@ -362,7 +353,6 @@ jobs:
retention-days: 7

e2e-collab-prod:
if: github.repository_owner == 'facebook'
runs-on: macos-latest
strategy:
matrix:
Expand Down

0 comments on commit 4b4037f

Please sign in to comment.