diff --git a/.github/workflows/armory.yml b/.github/workflows/armory.yml index a29ca836a..d06672543 100644 --- a/.github/workflows/armory.yml +++ b/.github/workflows/armory.yml @@ -4,7 +4,7 @@ on: push: paths: - apps/armory/** - - .github/workflows/armory_ci.yml + - .github/workflows/armory.yml - jest.config.ts - jest.preset.js - .eslintrc.json diff --git a/.github/workflows/policy-engine-shared.yml b/.github/workflows/policy-engine-shared.yml index 2d3efe558..e845f8f53 100644 --- a/.github/workflows/policy-engine-shared.yml +++ b/.github/workflows/policy-engine-shared.yml @@ -4,7 +4,7 @@ on: push: paths: - packages/policy-engine-shared/** - - .github/workflows/authz_shared_ci.yml + - .github/workflows/policy-engine-shared.yml - jest.config.ts - jest.preset.js - .eslintrc.json diff --git a/.github/workflows/policy-engine.yml b/.github/workflows/policy-engine.yml index 0f72a9f56..bc625ad85 100644 --- a/.github/workflows/policy-engine.yml +++ b/.github/workflows/policy-engine.yml @@ -4,7 +4,7 @@ on: push: paths: - apps/policy-engine/** - - .github/workflows/policy_engine_ci.yml + - .github/workflows/policy-engine.yml - jest.config.ts - jest.preset.js - .eslintrc.json diff --git a/.github/workflows/transaction-request-intent.yml b/.github/workflows/transaction-request-intent.yml index 381304c66..156fd9ace 100644 --- a/.github/workflows/transaction-request-intent.yml +++ b/.github/workflows/transaction-request-intent.yml @@ -4,7 +4,7 @@ on: push: paths: - packages/transaction-request-intent/** - - .github/workflows/transaction_request_intent_ci.yml + - .github/workflows/transaction-request-intent.yml - jest.config.ts - jest.preset.js - .eslintrc.json