Skip to content

Commit

Permalink
update github action (#602)
Browse files Browse the repository at this point in the history
update github action

Update github action
  • Loading branch information
abikouo authored Mar 29, 2023
1 parent fb2af07 commit deb4859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ on:
jobs:
auto_changelog:
name: changelog / black formatting
if: "!contains(github.event.pull_request.labels.*.name, 'skip-changelog')"
runs-on: ubuntu-latest
steps:
- name: Checkout the collection repository
- name: checkout fork
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: "0"

- name: Set up Python '3.9'
Expand Down

0 comments on commit deb4859

Please sign in to comment.