Skip to content

Commit 019c777

Browse files
authored
Disable GitHub Action on Forks
It won't run on forks to save your precious action minutes.
1 parent a6109e2 commit 019c777

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/github-backup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- develop
66
jobs:
77
s3Backup:
8+
if: github.repository_owner == 'bfansports'
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)