From 3cb649356a6c8d5d2ec984512be03c9402fec5e2 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Tue, 27 Aug 2024 16:55:05 +0200 Subject: [PATCH] Remove remaining DevOps master references, delete mindeps --- .github/workflows/markdown_link_check.yml | 2 +- .github/workflows/minimumdependencies.yml | 23 ----------------------- .github/workflows/tests.yml | 13 ++++++++++++- 3 files changed, 13 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/minimumdependencies.yml diff --git a/.github/workflows/markdown_link_check.yml b/.github/workflows/markdown_link_check.yml index 7f322a6..4f94cde 100644 --- a/.github/workflows/markdown_link_check.yml +++ b/.github/workflows/markdown_link_check.yml @@ -17,4 +17,4 @@ on: jobs: markdown-link-check: - uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@master + uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@main diff --git a/.github/workflows/minimumdependencies.yml b/.github/workflows/minimumdependencies.yml deleted file mode 100644 index d0dd161..0000000 --- a/.github/workflows/minimumdependencies.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Minimum Dependencies -# Installs the minimum versions of the dependencies and runs the tests. -# This test will lower the chance that users botch their installation by -# only upgrading this project but not the dependencies. - -on: - push: - branches: - - main - pull_request: - branches: - - main - - # Allows you to run this workflow manually from the Actions tab. - workflow_dispatch: - - schedule: - - # Run every day at 5:00 UTC. - - cron: "0 5 * * *" - -jobs: - call-minimum-dependencies: - uses: AstarVienna/DevOps/.github/workflows/minimumdependencies.yml@master diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c48b3e5..7a21278 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,4 +13,15 @@ on: jobs: call-tests: - uses: AstarVienna/DevOps/.github/workflows/tests.yml@master + name: Offline tests + uses: AstarVienna/DevOps/.github/workflows/tests.yml@main + with: + poetry: False + secrets: inherit + + call-webtests: + name: Network tests + uses: AstarVienna/DevOps/.github/workflows/webtests.yml@main + with: + poetry: False + secrets: inherit