From 99b542c849311c92e87e2c70d283de133c9d4093 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 10 Jul 2020 13:53:04 +0200 Subject: ci: skip 'nightly', not only eine/tip --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 936dc758f..405893eda 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -102,12 +102,12 @@ jobs: MSYSTEM: ${{ matrix.task.installs }} nightly: + if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' needs: [ lin, win ] runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v2 - - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' - uses: eine/tip@master + - uses: eine/tip@master with: token: ${{ secrets.GITHUB_TOKEN }} tag: 'nightly' -- cgit v1.2.3