We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b740bab commit ea0b413Copy full SHA for ea0b413
.github/workflows/linux.yml
@@ -6,6 +6,7 @@ on:
6
- cron: '30 6 * * 1'
7
# allow manual runs
8
workflow_dispatch:
9
+ push:
10
11
# implicitely set all other permissions to none
12
permissions:
@@ -28,8 +29,6 @@ concurrency:
28
29
30
jobs:
31
build-linux-deb:
- # don't run cron from forks of the main repository or from other branches
32
- if: github.repository == 'qualcomm-linux/qcom-deb-images' && github.ref == 'refs/heads/main'
33
# for cross-builds
34
runs-on: [self-hosted, qcom-u2404, amd64]
35
# alternative for native builds, but overkill to do both
0 commit comments