1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

Revert "CI: run GCC unit test job on push to main"

This reverts commit c1036042f5.

Follow-up to 0ad536c16a.
This commit is contained in:
Frantisek Sumsal 2021-11-10 17:15:00 +01:00
parent 4b499063ac
commit b8c94ee372

View File

@ -4,10 +4,6 @@
#
name: Unit tests
on:
# On push/merge to main we only run the GCC job, to get coverage data uploaded to coveralls.io
push:
branches:
- main
pull_request:
branches:
- main
@ -22,10 +18,7 @@ jobs:
steps:
- name: Repository checkout
uses: actions/checkout@v2
if: github.event_name == 'pull_request' || matrix.run_phase == 'GCC'
- name: Install build dependencies
run: sudo -E .github/workflows/unit_tests.sh SETUP
if: github.event_name == 'pull_request' || matrix.run_phase == 'GCC'
- name: Build & test (${{ matrix.run_phase }})
run: sudo -E .github/workflows/unit_tests.sh RUN_${{ matrix.run_phase }}
if: github.event_name == 'pull_request' || matrix.run_phase == 'GCC'