Skip to content

Commit

Permalink
dont run the nightly on every push to the repo (#1320)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1320

the nightly was running on every single push to the repo on any branch

this is because I forgot to remove the `push` line I used to test the workflow

Reviewed By: robhogan

Differential Revision: D61202406

fbshipit-source-id: ced499b9c632932c510fbc10674e0086ac526f99
  • Loading branch information
vzaidman authored and facebook-github-bot committed Aug 13, 2024
1 parent 9fc9bf0 commit 784c4da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
schedule:
# Everyday at at 5:00 UTC (22:00 USA West Coast, 06:00 London)
- cron: '0 5 * * *'
push:

jobs:
test:
Expand Down

0 comments on commit 784c4da

Please sign in to comment.