Skip to content

Commit

Permalink
Remove unnecessary comment and change demo pipeline build time to 2am
Browse files Browse the repository at this point in the history
Signed-off-by: hoangtungdinh <[email protected]>
  • Loading branch information
hoangtungdinh committed Oct 8, 2024
1 parent 3036c6a commit 9d74009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-demo-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and push demo pipeline image

on:
schedule:
- cron: '0 4 * * *' # 04:00 AM UTC every day
- cron: '0 2 * * *' # 02:00 AM UTC every day

jobs:
build-and-push-demo:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main # @TODO remove it later
ref: main

- name: Get current date
id: date
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/demo_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Some OpenDrive and OpenScenario XML test files are available to try out.

### Update to the latest version

The demo pipeline is built every day at 4am UTC. To update the demo pipeline on your local machine, use the following command.
The demo pipeline is built every day at 2am UTC. To update the demo pipeline on your local machine, use the following command.

```
docker pull ghcr.io/asam-ev/qc-framework:demo-pipeline-latest
Expand Down

0 comments on commit 9d74009

Please sign in to comment.