Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
Kenji Miyake committed Feb 11, 2022
1 parent 5cc63da commit 1d32b74
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/sync-upstream-non-composite.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: sync-upstream
name: sync-upstream-non-composite

on:
schedule:
- cron: 0 19 * * * # run at 4 AM JST
workflow_dispatch:

jobs:
sync-upstream:
sync-upstream-non-composite:
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand All @@ -33,6 +33,15 @@ jobs:
git reset --hard "sync-target/tier4/proposal"
shell: bash

- name: Set up git-cliff
uses: kenji-miyake/setup-git-cliff@main

- name: Test
run: |
git cliff origin/test-sync-branches..HEAD
git cliff origin/test-sync-branches..sync-target/tier4/proposal
shell: bash

- name: Generate changelog
id: generate-changelog
uses: autowarefoundation/autoware-github-actions/generate-changelog@tier4/proposal
Expand All @@ -42,6 +51,7 @@ jobs:
- name: Test
run: |
git cliff origin/test-sync-branches..HEAD
git cliff origin/test-sync-branches..sync-target/tier4/proposal
shell: bash

- name: Create PR
Expand Down

0 comments on commit 1d32b74

Please sign in to comment.