Skip to content

Commit

Permalink
re-enable ci workflow on main (#1141)
Browse files Browse the repository at this point in the history
It is used to update the cache with a fresh copy, and prevent it from
getting bigger over time.
  • Loading branch information
OmarTawfik authored Nov 8, 2024
1 parent 9d08c5e commit 37f1893
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:
# Run on every pull request:
pull_request: {}

# Run on pushes to any branch except 'main', as we use a merge queue, and test PRs individually before merging them:
push:
branches-ignore:
- "main"
# Run on pushes to any branch even 'main', as it is used to refresh the CI cache from scratch, so that it doesn't grow indefinitely:
push: {}

# In the event that there is a new push to the ref, cancel any running jobs because they are now obsolete, wasting resources.
concurrency:
Expand Down

0 comments on commit 37f1893

Please sign in to comment.