Skip to content

Commit

Permalink
Use v0.4.3 version of the scheduled gitlab pipeline
Browse files Browse the repository at this point in the history
coverage and nagger scheduled workflows also added to the list of checked
jobs.
  • Loading branch information
tomaszklak committed Nov 9, 2023
1 parent 7d27613 commit 0c6ec27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- tests
- fuzzing
- benchmarks
- coverage
- nagger
runs-on: ubuntu-22.04
steps:
- name: Collect statuses from all jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
project-id: ${{ secrets.PROJECT_ID }}
schedule: ${{ github.event_name == 'schedule' }}
cancel-outdated-pipelines: ${{ github.ref_name != 'main' }}
triggered-ref: v0.4.0
triggered-ref: v0.4.3
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ libtelio-build-pipeline:

trigger:
project: $LIBTELIO_BUILD_PROJECT_PATH
branch: v0.4.0
branch: v0.4.3
strategy: depend

0 comments on commit 0c6ec27

Please sign in to comment.