Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 21, 2024
1 parent 9bf6a21 commit a2c3836
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Cancel running workflows
env:
GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
repo: ${{ GITHUB.REPOSITORY }}
run: curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/cancelworkflow.sh | bash

- name: Check PR true
if: ${{ inputs.ignore_bp3 == 'true' }}
run: |
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ jobs:
with:
ignore_bp3: 'true'
commit_name: "${{ github.event.head_commit.message }} ${{ github.event.head_commit.id }}"
uses: untillpro/ci-action/.github/workflows/ci_reuse_go_pr.yml@master
with:
ignore_copyright: 'true'
ignore_bp3: 'true'
short_test: 'true'
running_workflow: 'Check PR and Merge PR'
secrets:
reporeading_token: ${{ secrets.REPOREADING_TOKEN }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}
call-workflow-vulncheck:
needs: call-workflow-check
uses: ivvorg/public-test-repo/.github/workflows/ci-extrachecks.yml@main
Expand Down

0 comments on commit a2c3836

Please sign in to comment.