Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #183 from Bidaya0/Bidaya0-patch-githubaction
Browse files Browse the repository at this point in the history
Update deploy_test.yml
  • Loading branch information
Bidaya0 authored Dec 22, 2021
2 parents 561b161 + a964a6d commit f87a247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
python3 manage.py test
Deploy-To-TEST:
if: github.event_name == 'push'
if: ${{ github.event_name == 'push' && github.repository_owner == 'HXSecurity' }}
needs: [Run-UnitTest]
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit f87a247

Please sign in to comment.