Skip to content

Commit

Permalink
Merge cc3fbc5 into ec2ca13
Browse files Browse the repository at this point in the history
  • Loading branch information
Waelthus committed Jun 16, 2023
2 parents ec2ca13 + cc3fbc5 commit a298bec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Bump version
on:
on:
merge_group:
types: [checks_requested]
jobs:
build:
bump_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -38,4 +39,3 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
merge_group:

jobs:
build:
lint:

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
SETUP_XVFB: True # avoid issues if mpl tries to open a GUI window

jobs:
build:
test:
runs-on: ubuntu-latest
# the whole CI pipeline will be skipped if [ci skip] is in the commit msg
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand Down

0 comments on commit a298bec

Please sign in to comment.