Skip to content

Commit

Permalink
ci: Move more workflows to 'push' instead of scheduled
Browse files Browse the repository at this point in the history
We have low commit volume nowadays
  • Loading branch information
iamsergio committed Jan 6, 2025
1 parent 7e23fb5 commit 152ea3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/asan5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only

name: Nightly ASAN Qt5
name: ASAN Qt5

on:
schedule:
- cron: '0 3 * * *'
push:
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2
workflow_dispatch:

jobs:
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/qt6-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only

name: Nightly Qt6 ASAN build
name: Qt6 ASAN build

on:
schedule:
- cron: '0 3 * * *'
push:
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 152ea3d

Please sign in to comment.