Skip to content

Commit

Permalink
update indexer processor test trigger workflow to only tirgger when j…
Browse files Browse the repository at this point in the history
…son files are modified (#14908)
  • Loading branch information
yuunlimm authored Oct 11, 2024
1 parent 55e368c commit 3f6f7b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/indexer-processor-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request: # Trigger on PR-level events
branches:
- main
paths:
- 'ecosystem/indexer-grpc/indexer-test-transactions/**' # Only trigger if files under this path change

# the required permissions to request the ID token
permissions:
Expand All @@ -14,7 +16,7 @@ permissions:

jobs:
dispatch_event:
runs-on: runs-on,cpu=64,family=c7,hdd=500,image=aptos-ubuntu-x64,run-id=${{ github.run_id }}
runs-on: runs-on,cpu=16,family=c7,hdd=500,image=aptos-ubuntu-x64,run-id=${{ github.run_id }}

steps:
- name: Checkout the repository
Expand Down

0 comments on commit 3f6f7b8

Please sign in to comment.