From 3c0f3c8df15dc282d68550bd31f71eb47170852c Mon Sep 17 00:00:00 2001 From: Pierlou Date: Wed, 21 Feb 2024 09:20:00 +0100 Subject: [PATCH] fix: remove dependencies and change 'on' --- .github/workflows/assert_version.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/assert_version.yml b/.github/workflows/assert_version.yml index fc64170..b732b12 100644 --- a/.github/workflows/assert_version.yml +++ b/.github/workflows/assert_version.yml @@ -1,8 +1,6 @@ name: Assert version is the same across schema on: - push: - branches: master pull_request: branches: master @@ -19,11 +17,6 @@ jobs: with: python-version: 3.8 - - name: Install dependencies - run: | - pip install json - pip install re - - uses: jannekem/run-python-script-action@v1 id: script with: