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 <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 15, 2024
1 parent 74ea325 commit 97636b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ on:
- published

jobs:

test:
if: github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[latest]:')
runs-on: ubuntu-latest
steps:
- name: quick test
shell: bash
run: |
echo "It worked!"
build:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 97636b1

Please sign in to comment.