Skip to content

Commit

Permalink
chore: limit released packages and update separator
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jul 28, 2024
1 parent 2590f9b commit 7be3b54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 48 deletions.
30 changes: 6 additions & 24 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,17 @@ name: Release Checker
on:
pull_request_target:
paths: [
"dispatch_examples/greeter/Cargo.toml",
"frc42_dispatch/Cargo.toml",
"frc42_dispatch/hasher/Cargo.toml",
"dispatch_examples/greeter/Cargo.toml",
"frc42_dispatch/Cargo.toml",
"frc42_dispatch/hasher/Cargo.toml",
"frc42_dispatch/macros/Cargo.toml",
"frc42_dispatch/macros/example/Cargo.toml",
"frc46_token/Cargo.toml",
"frc53_nft/Cargo.toml",
"fvm_actor_utils/Cargo.toml",
"fvm_dispatch_tools/Cargo.toml",
"testing/integration/Cargo.toml",
"testing/test_actors/Cargo.toml",
"testing/test_actors/actors/basic_nft_actor/Cargo.toml",
"testing/test_actors/actors/basic_receiving_actor/Cargo.toml",
"testing/test_actors/actors/basic_token_actor/Cargo.toml",
"testing/test_actors/actors/basic_transfer_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_actor/Cargo.toml",
"testing/test_actors/actors/frc46_test_actor/Cargo.toml",
"testing/test_actors/actors/frc53_test_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_token/token_impl/Cargo.toml"
"fvm_dispatch_tools/Cargo.toml"
]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
workflow_dispatch:
Expand All @@ -44,19 +36,9 @@ jobs:
"frc42_dispatch/Cargo.toml",
"frc42_dispatch/hasher/Cargo.toml",
"frc42_dispatch/macros/Cargo.toml",
"frc42_dispatch/macros/example/Cargo.toml",
"frc46_token/Cargo.toml",
"frc53_nft/Cargo.toml",
"fvm_actor_utils/Cargo.toml",
"fvm_dispatch_tools/Cargo.toml",
"testing/integration/Cargo.toml",
"testing/test_actors/Cargo.toml",
"testing/test_actors/actors/basic_nft_actor/Cargo.toml",
"testing/test_actors/actors/basic_receiving_actor/Cargo.toml",
"testing/test_actors/actors/basic_token_actor/Cargo.toml",
"testing/test_actors/actors/basic_transfer_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_actor/Cargo.toml",
"testing/test_actors/actors/frc46_test_actor/Cargo.toml",
"testing/test_actors/actors/frc53_test_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_token/token_impl/Cargo.toml"
"fvm_dispatch_tools/Cargo.toml"
]
separator: "@"
27 changes: 3 additions & 24 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,10 @@ on:
"frc42_dispatch/Cargo.toml",
"frc42_dispatch/hasher/Cargo.toml",
"frc42_dispatch/macros/Cargo.toml",
"frc42_dispatch/macros/example/Cargo.toml",
"frc46_token/Cargo.toml",
"frc53_nft/Cargo.toml",
"fvm_actor_utils/Cargo.toml",
"fvm_dispatch_tools/Cargo.toml",
"testing/integration/Cargo.toml",
"testing/test_actors/Cargo.toml",
"testing/test_actors/actors/basic_nft_actor/Cargo.toml",
"testing/test_actors/actors/basic_receiving_actor/Cargo.toml",
"testing/test_actors/actors/basic_token_actor/Cargo.toml",
"testing/test_actors/actors/basic_transfer_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_actor/Cargo.toml",
"testing/test_actors/actors/frc46_test_actor/Cargo.toml",
"testing/test_actors/actors/frc53_test_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_token/token_impl/Cargo.toml"
"fvm_dispatch_tools/Cargo.toml"
]
workflow_dispatch:

Expand All @@ -42,21 +31,11 @@ jobs:
"frc42_dispatch/Cargo.toml",
"frc42_dispatch/hasher/Cargo.toml",
"frc42_dispatch/macros/Cargo.toml",
"frc42_dispatch/macros/example/Cargo.toml",
"frc46_token/Cargo.toml",
"frc53_nft/Cargo.toml",
"fvm_actor_utils/Cargo.toml",
"fvm_dispatch_tools/Cargo.toml",
"testing/integration/Cargo.toml",
"testing/test_actors/Cargo.toml",
"testing/test_actors/actors/basic_nft_actor/Cargo.toml",
"testing/test_actors/actors/basic_receiving_actor/Cargo.toml",
"testing/test_actors/actors/basic_token_actor/Cargo.toml",
"testing/test_actors/actors/basic_transfer_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_actor/Cargo.toml",
"testing/test_actors/actors/frc46_test_actor/Cargo.toml",
"testing/test_actors/actors/frc53_test_actor/Cargo.toml",
"testing/test_actors/actors/frc46_factory_token/token_impl/Cargo.toml"
"fvm_dispatch_tools/Cargo.toml"
]
separator: "@"
secrets:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}

0 comments on commit 7be3b54

Please sign in to comment.