mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-08 06:22:03 +08:00
Fix condition on CI push stage (#1149)
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
name: push
|
||||
runs-on: ubuntu-16.04
|
||||
needs: build
|
||||
if: github.ref == 'master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
|
||||
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user