Skip to content

Commit

Permalink
Disable release creation workflow on forks (#940)
Browse files Browse the repository at this point in the history
* Explicit env variable setting for auto-gen-release (#6)

* Explicit env variables settings.

* test

* Revert adding other branch to testing

* Revert and disable on forks.
  • Loading branch information
gbrunin committed Jul 30, 2024
1 parent c6e532d commit 761c99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
needs:
- test
runs-on: ubuntu-latest
if: github.repository == 'hackingmaterials/matminer'
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
steps:
Expand Down

0 comments on commit 761c99f

Please sign in to comment.