Skip to content

Commit 99a88f7

Browse files
committed
ci: Update check versions task to use Github action
1 parent bde8426 commit 99a88f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ on:
1313
jobs:
1414
check-dependencies:
1515
# Filter out Draft Pull Requests
16-
if: github.event.pull_request.draft == false
16+
# if: github.event.pull_request.draft == false #TODO: Reenable this once testing is completed
1717
runs-on: ubuntu-latest
18+
container: qctrl/ci-images:python-3.11-ci
1819
steps:
1920
- uses: actions/checkout@v4
20-
- name: Ensure no development packages have been set
21-
run: |
22-
source <(curl -sL http://ci.q-ctrl.com)
23-
./ci docker run qctrl/ci-images:python-3.11-ci /scripts/check-for-internal-versions.sh
21+
- uses: qctrl/reusable-workflows/github/actions/common/check-internal-versions@add_check_dependencies_on_internal_versions #TODO: Change to master @version
22+
2423
linting:
2524
# Filter out PRs originating from this repository (triggers on-push.yml instead)
2625
if: github.event.pull_request.head.repo.fork == true

0 commit comments

Comments
 (0)