Skip to content

Commit

Permalink
ignore changes in ci to trigger the other actions
Browse files Browse the repository at this point in the history
carlosuc3m authored Dec 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent db091de commit dffd5ed
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bioimageio_ci.yml
Original file line number Diff line number Diff line change
@@ -27,10 +27,9 @@ jobs:
- name: Print pending_matrix
run: echo "Pending Matrix ${{ github.event.inputs.pending_matrix }}"
- name: Setup Maven Action
uses: s4u/setup-maven-action@< version >
uses: s4u/setup-maven-action@3.9.5
with:
java-version: 11
maven-version: '3.9.5'
- name: test with JDLL
shell: bash -l {0}
run: python scripts/test_many_with_ilastik.py dist '${{ github.event.inputs.pending_matrix }}' --postfix ${{ matrix.v }}
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ on:
- main
tags:
- "*-[0-9]+.*"
paths-ignore:
- .github/workflows/bioimageio_ci.yml
pull_request:
branches:
- main
2 changes: 2 additions & 0 deletions .github/workflows/example_run_pytorch1_2_model.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- .github/workflows/bioimageio_ci.yml
pull_request:
branches: [ main ]
jobs:
2 changes: 2 additions & 0 deletions .github/workflows/example_run_tf1_and_tf2_model.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ on:
- main
pull_request:
branches: [ main ]
paths-ignore:
- .github/workflows/bioimageio_ci.yml
jobs:
build-and-run:
runs-on: ${{ matrix.os }}

0 comments on commit dffd5ed

Please sign in to comment.