From 5e511fdd4cfb29e37551bc70e018eab08f4b99db Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 10 Nov 2020 01:26:03 -0700 Subject: simplify conditional for build dependents step in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0abf6971..2e0a5fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Run tests run: bundle exec ruby -w $(bundle exec ruby -e 'print File.join Gem.bindir, %q(rake)') test:all - name: Build dependents - if: matrix.primary && github.event_name != 'schedule' && github.repository == 'asciidoctor/asciidoctor' && !github.base_ref + if: matrix.primary && github.event_name == 'push' && github.repository == 'asciidoctor/asciidoctor' env: GITHUB_API_TOKEN: ${{ secrets._GITHUB_API_TOKEN }} TRAVIS_API_TOKEN: ${{ secrets.TRAVIS_API_TOKEN }} -- cgit v1.2.3