Skip to content

Commit

Permalink
test: print
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 10, 2023
1 parent 9543fc5 commit 9eddb14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/skip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# branches:
# - master
# paths:
# paths:
# - "publish-odr-parameters/**.yaml"

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
permissions:
id-token: write
contents: read
if: "*[skip-workflows]*" == ${{ github.event.head_commit.message }}
# if: "*[skip-workflows]*" == "${{ github.event.head_commit.message }}"

steps:
- uses: actions/checkout@v3
Expand All @@ -22,8 +22,8 @@ jobs:

- name: test
run: |
echo "test"
echo "${{ github.event.head_commit.message }}"
# - name: Setup kubectl
# uses: azure/setup-kubectl@v3
# with:
Expand Down

0 comments on commit 9eddb14

Please sign in to comment.