Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jan 31, 2024
1 parent 98ed8e3 commit b5288b7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/buildandtest.yml
Expand Up @@ -14,7 +14,16 @@ on:
- '.github/ISSUE_TEMPLATE/BUG_REPORT.md'
- '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md'
- '.github/workflows/**.yml' #for testing
pull_request:
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
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/codegen.yml
Expand Up @@ -15,6 +15,15 @@ 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:
codegen:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -26,6 +26,15 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
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
schedule:
- cron: '27 16 * * 5'

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/native-tests.yml
Expand Up @@ -13,6 +13,15 @@ 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:
cancel-previous-workflow:
Expand Down

0 comments on commit b5288b7

Please sign in to comment.