diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-03 16:17:03 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-03 16:17:03 +0100 |
commit | efcabb2cd6ce564712a0c9a28082edd7be7ae5d1 (patch) | |
tree | bc1f10710d829a4855839aa0e3ae28e8149cea15 /.gitlab-ci.yml | |
parent | 5f3565f95a8a107d8a57496b8ea51771ae5aea0b (diff) |
ci: run suspend-resume build tests also in master and tags
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43843d5f..ccf14c6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,7 +165,9 @@ build-no-suspend-resume: - .fdo.distribution-image@ubuntu - .common_variables only: + - main - merge_requests + - tags - schedules script: - *prepare_deps @@ -179,7 +181,9 @@ build-suspend-resume-powerd: - .fdo.distribution-image@ubuntu - .common_variables only: + - main - merge_requests + - tags - schedules script: - *prepare_deps |