Skip to content

Commit

Permalink
DX-1586: Run the apt-update workflow on [push, pull_request]
Browse files Browse the repository at this point in the history
Run the apt-update workflow on [push, pull_request] in order to test it in the pull request.
  • Loading branch information
asbjornu committed Aug 20, 2021
1 parent c4d96af commit 53f599f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/apt-update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: apt update
on:
schedule:
- cron: "30 2 * * *"
workflow_dispatch:

on: [push, pull_request]

jobs:
apt-update:
Expand Down

0 comments on commit 53f599f

Please # to comment.