Skip to content

Commit

Permalink
hoge
Browse files Browse the repository at this point in the history
  • Loading branch information
melanmeg committed Aug 12, 2023
1 parent 52779f1 commit 3d08bd9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ on:
paths:
- '**.md'
jobs:
#skipci:
# runs-on: ubuntu-22.04
# steps:
# - run: echo "[skip ci] ${{ contains(github.event.head_commit.message, '[skip ci]') }}"
test:
runs-on: ubuntu-22.04
#if: contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- uses: actions/checkout@v3
- name: test Hello
Expand Down

0 comments on commit 3d08bd9

Please sign in to comment.