Skip to content

Commit

Permalink
lower API rate usage by enabling git-powered comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Aug 13, 2024
1 parent d09bc1e commit adccacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
with:
token: '' # use git commands to avoid excessive rate limit usage
filters: .github/ci-filters.yml

- name: Build ecosystem image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
if: github.event_name != 'workflow_dispatch'
id: changes
with:
token: '' # use git commands to avoid excessive rate limit usage
filters: .github/smoke-filters.yml

- name: Generate suites to run
Expand Down

0 comments on commit adccacf

Please sign in to comment.