Don't run the APT package test on PRs

We run them nightly on main.
This commit is contained in:
Alexander Kuzmenkov 2023-01-17 13:36:41 +04:00
parent 1d3d81491b
commit 6aa3d6e2fc

View File

@ -4,7 +4,6 @@ on:
schedule: schedule:
# run daily 0:00 on main branch # run daily 0:00 on main branch
- cron: '0 0 * * *' - cron: '0 0 * * *'
pull_request:
push: push:
tags: tags:
- '*' - '*'