Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki authored May 22, 2024
1 parent 5f89ffe commit bdd3eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Show event
run: echo ${{ github.event }}

- name: SCM Checkout
uses: actions/checkout@v4
with:
Expand All @@ -21,9 +24,6 @@ jobs:
- name: Setup Development Environment
uses: ./.github/actions/pytest-plugins-environment

- name: Show event
run: echo ${{ github.event.workflow_call.head_commit.message }}

- name: Evaluate Whether to Run Slow Tests
if: ${{ ! contains(github.event.head_commit.message, '[run-slow-tests]') }}
run: |
Expand Down

0 comments on commit bdd3eb5

Please sign in to comment.