Skip to content

Commit

Permalink
only push to dockerhub from master
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 18, 2020
1 parent 55b79b4 commit 0dd9470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-16.04
timeout-minutes: 10
needs: docker_build
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda'
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda'
steps:
- uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 0dd9470

Please sign in to comment.