diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 7ab544106..7f745a2cf 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -15,15 +15,6 @@ on: - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' - '.github/workflows/**.yml' #for testing pull_request: - paths-ignore: - - '.prettierignore' - - 'CHANGELOG.md' - - 'README.md' - - '.github/CODEOWNERS' - - '.github/pull_request_template.md' - - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' - - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' - - '.github/workflows/**.yml' #for testing jobs: job_test: name: Test diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 09df0a708..7db3f38bf 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -5,9 +5,16 @@ on: branches: - main - release/** - uses: ./.github/workflows/skip-ci.yml + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing pull_request: - uses: ./.github/workflows/skip-ci.yml jobs: codegen: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 680e7b57d..445846222 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,11 +14,18 @@ name: 'CodeQL' on: push: branches: [main] - uses: ./.github/workflows/skip-ci.yml + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing pull_request: # The branches below must be a subset of the branches above branches: [main] - uses: ./.github/workflows/skip-ci.yml schedule: - cron: '27 16 * * 5' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3776a646d..e35f5cfe5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -3,9 +3,16 @@ name: End-to-End Tests on: push: branches: [main] - uses: ./.github/workflows/skip-ci.yml + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing pull_request: - uses: ./.github/workflows/skip-ci.yml concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 4b9b9efbd..5bdd804b9 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -3,9 +3,16 @@ name: Native Tests on: push: branches: [main] - uses: ./.github/workflows/skip-ci.yml + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing pull_request: - uses: ./.github/workflows/skip-ci.yml jobs: cancel-previous-workflow: diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 43270bd93..703ded5e0 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -3,9 +3,16 @@ name: Sample Application on: push: branches: [main] - uses: ./.github/workflows/skip-ci.yml + paths-ignore: + - '.prettierignore' + - 'CHANGELOG.md' + - 'README.md' + - '.github/CODEOWNERS' + - '.github/pull_request_template.md' + - '.github/ISSUE_TEMPLATE/BUG_REPORT.md' + - '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md' + - '.github/workflows/**.yml' #for testing pull_request: - uses: ./.github/workflows/skip-ci.yml concurrency: group: ${{ github.workflow }}-${{ github.ref }}