Skip to content

Commit

Permalink
CI: Do not try to run release script from fork (#685)
Browse files Browse the repository at this point in the history
Closes #680
  • Loading branch information
klieret authored Jul 20, 2024
1 parent a5c8f1e commit bbf78bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-dockerhub-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run release script
if: (github.ref == 'refs/heads/main') && (github.repository == 'princeton-nlp/SWE-agent')
run: ./release_dockerhub.sh sweagent latest

0 comments on commit bbf78bf

Please sign in to comment.