Skip to content

Commit

Permalink
add push and workfow-dispatch to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Aug 7, 2024
1 parent b676f60 commit 4aca404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test-unstable-browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# Run nightly at 1:00 AM EST (5:00 UTC)
- cron: "0 5 * * *"
push:
workflow_dispatch:

jobs:
end-to-end-tests:
Expand Down
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"filename": ".github/workflows/e2e-test-unstable-browsers.yml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 12
"line_number": 14
}
],
".github/workflows/end-to-end-tests.yml": [
Expand Down Expand Up @@ -273,5 +273,5 @@
}
]
},
"generated_at": "2024-08-07T20:40:41Z"
"generated_at": "2024-08-07T20:47:14Z"
}

0 comments on commit 4aca404

Please sign in to comment.