Skip to content

Commit

Permalink
Merge pull request #158 from wileyj/trigger
Browse files Browse the repository at this point in the history
yaml in root
  • Loading branch information
wileyj authored Mar 7, 2024
2 parents 61c3c41 + f05718a commit 887619a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ on:
- reopened
- synchronize
- ready_for_review
# paths-ignore:
# - "**.md"
# - "**.yml"
paths:
- "**.rs"
- "**.clar"
Expand Down Expand Up @@ -76,6 +73,10 @@ jobs:
id: echo
run: |
echo "ci test"
echo "github.event_name: ${{ github.event_name }}"
echo "github.event.action: ${{ github.event.action }}"
echo "github.event: ${{ github.event }}"
# - name: Checkout the latest code
# id: git_checkout
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-differences-mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

needs: check-big-packages-and-shards

if: ${{ needs.check-big-packages-and-shards.outputs.run_small_packages == 'true' && needs.check-big-packages-and-shards.outputs.small_packages_with_shards == 'false' }}
# if: ${{ needs.check-big-packages-and-shards.outputs.run_small_packages == 'true' && needs.check-big-packages-and-shards.outputs.small_packages_with_shards == 'false' }}

runs-on: ubuntu-latest

Expand All @@ -57,7 +57,7 @@ jobs:

needs: check-big-packages-and-shards

if: ${{ needs.check-big-packages-and-shards.outputs.run_small_packages == 'true' && needs.check-big-packages-and-shards.outputs.small_packages_with_shards == 'true' }}
# if: ${{ needs.check-big-packages-and-shards.outputs.run_small_packages == 'true' && needs.check-big-packages-and-shards.outputs.small_packages_with_shards == 'true' }}

runs-on: ubuntu-latest

Expand All @@ -80,7 +80,7 @@ jobs:

needs: check-big-packages-and-shards

if: ${{ needs.check-big-packages-and-shards.outputs.run_big_packages == 'true' && needs.check-big-packages-and-shards.outputs.big_packages_with_shards == 'false' }}
# if: ${{ needs.check-big-packages-and-shards.outputs.run_big_packages == 'true' && needs.check-big-packages-and-shards.outputs.big_packages_with_shards == 'false' }}

runs-on: ubuntu-latest

Expand All @@ -100,7 +100,7 @@ jobs:

needs: check-big-packages-and-shards

if: ${{ needs.check-big-packages-and-shards.outputs.run_big_packages == 'true' && needs.check-big-packages-and-shards.outputs.big_packages_with_shards == 'true' }}
# if: ${{ needs.check-big-packages-and-shards.outputs.run_big_packages == 'true' && needs.check-big-packages-and-shards.outputs.big_packages_with_shards == 'true' }}

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ lines:
- line 10
- line 11
- line 11
- line 12

0 comments on commit 887619a

Please sign in to comment.