Skip to content

Commit

Permalink
Add test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Sep 2, 2024
1 parent 270eaa2 commit 56a860f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: E2E Tests
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:
jobs:
e2e:
name: 'E2E Tests'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update_browserslist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
schedule:
- cron: '0 0 * * 0' # Runs every week at 00:00 on Sunday
workflow_dispatch: # Allows manual triggering of the workflow
pull_request:
jobs:
update-browserslist-db:
name: 'Run Browserlist update'
Expand Down Expand Up @@ -60,4 +61,4 @@ jobs:
labels: 'dependencies'
branch: 'update-browserslist-db/${{ steps.update-browserslist-db.outputs.latest_version }}'
delete-branch: true
base: 'main'
base: 'issue-#1421'

0 comments on commit 56a860f

Please sign in to comment.