Skip to content
Snippets Groups Projects
Unverified Commit ccbf662e authored by Ruffin's avatar Ruffin Committed by GitHub
Browse files

Update trigger_dockerhub.yaml (#2371)

parent 26953c3a
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ jobs: ...@@ -19,6 +19,9 @@ jobs:
container: container:
image: rosplanning/navigation2:main.release image: rosplanning/navigation2:main.release
steps: steps:
- name: "Initialize environment"
run: |
echo "TRIGGER=false" >> $GITHUB_ENV
- name: "Check apt updates" - name: "Check apt updates"
if: ${{ github.event_name == 'schedule' }} if: ${{ github.event_name == 'schedule' }}
env: env:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment