Skip to content

Commit

Permalink
test: test workflow, will rollback
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Li <[email protected]>
  • Loading branch information
litaocdl authored Dec 10, 2023
1 parent 7287d9e commit 1f941ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
if: |
always() && !cancelled() &&
needs.evaluate_options.result == 'success'
runs-on: ubuntu-22.04
runs-on: 4c-16gb-150gb
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -295,6 +295,8 @@ jobs:
author_name=$(git show -s --format='%an' "${commit_sha}")
author_email=$(git show -s --format='%ae' "${commit_sha}")
gh pr view "${{ github.event.issue.number }}" --json headRefName -q '.headRefName'
# extract branch name
if [[ ${{ github.event_name }} == 'workflow_dispatch' ]] || [[ ${{ github.event_name }} == 'schedule' ]]
then
Expand Down

0 comments on commit 1f941ae

Please sign in to comment.