Skip to content

Commit 72d2f16

Browse files
committed
Change condition for paper-evaluations job
1 parent 45cf90d commit 72d2f16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ jobs:
100100
packages: write
101101
uses: ./.github/workflows/docker-image.yml
102102
secrets: inherit
103-
104103
paper-evaluations:
105-
if: github.event_name == 'push' && github.ref == 'refs/heads/tests'
104+
if: github.event_name == 'pull_request' && github.base_ref == 'tests'
106105
needs: [lint, test, rdkit-compat]
107106
runs-on: ubuntu-latest
108107
timeout-minutes: 60

0 commit comments

Comments
 (0)