Skip to content

Commit

Permalink
DX-1586: Run the apt-update workflow on a cron schedule
Browse files Browse the repository at this point in the history
This reverts commit d00076d.
  • Loading branch information
asbjornu committed Aug 20, 2021
1 parent 7e3b213 commit 15df72a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/apt-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: apt update

on: [push]
on:
schedule:
- cron: "30 2 * * *"
workflow_dispatch:

jobs:
apt-update:
Expand Down

1 comment on commit 15df72a

@asbjornu
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dtward717 what on earth are you trying to accomplish?

Please # to comment.