From e20af3cf205086dcc82ed0fcad049f7a571ba91d Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 10 Nov 2022 13:51:37 -0500 Subject: [PATCH] ci: re-enable tests on main (#15204) Now that the tests are grouped more tightly we don't use as many runners as before, so we can re-enable these without clogging the queue. --- .github/workflows/test-core.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-core.yaml b/.github/workflows/test-core.yaml index c8a362960..11133a9f2 100644 --- a/.github/workflows/test-core.yaml +++ b/.github/workflows/test-core.yaml @@ -1,9 +1,6 @@ name: Core CI Tests on: push: - branches-ignore: - - main - - release-** paths-ignore: - 'README.md' - 'CHANGELOG.md' @@ -128,4 +125,3 @@ jobs: sudo hc-install install -version ${{env.CONSUL_VERSION}} -path /usr/local/bin consul sudo sed -i 's!Defaults!#Defaults!g' /etc/sudoers sudo -E env "PATH=$PATH" make test-nomad -