We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeb726 commit 39ed172Copy full SHA for 39ed172
.github/workflows/update-nightly.yml
@@ -20,6 +20,7 @@ on:
20
name: Set nightly branch to master HEAD
21
jobs:
22
master-to-nightly:
23
+ if: github.repository == 'tensorflow/tensorflow' # Don't do this in forks
24
runs-on: ubuntu-latest
25
steps:
26
- uses: zofrex/mirror-branch@v1
0 commit comments