mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
Fix condition on CI push stage (#1149)
old-commit-hash: f198624ca2c3b599c241964cbdb0be89fd542b3b
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