Skip to content

Commit

Permalink
[latest]: temporary commit to test something
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Feb 15, 2024
1 parent 74ea325 commit 8232bfd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ on:
- published

jobs:

test:
# if: contains(github.event.head_commit.message, '[latest]:')
runs-on: ubuntu-latest
steps:
- name: Debug commit message
shell: bash
run: |
echo "PR Label: ${{ github.event.pull_request.head.label }}"
echo "Commit message (push): ${{ github.event.head_commit.message }}"
- name: quick test
if: contains(github.event.head_commit.message, '[latest]:') || contains(github.event.workflow_run.head_commit.message, '[latest]:')
shell: bash
run: |
echo "It worked!"
build:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8232bfd

Please sign in to comment.