From 95e22d666a5b1b76146a9ac35a0496b1ea6fb9c8 Mon Sep 17 00:00:00 2001 From: Tim Kelley Date: Mon, 20 Nov 2023 13:27:12 -0500 Subject: [PATCH] Massive CI for 1.9.4 and 1.10.0 beta 3 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/tagbot.yml | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2de21b4e..28f9b345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,14 @@ jobs: fail-fast: false matrix: version: -# - '1.6' # LTS + - '1.6' # LTS - '1' # Current stable release - '~1.10.0-0' - 'nightly' os: -# - ubuntu-latest + - ubuntu-latest - macOS-latest -# - windows-latest + - windows-latest arch: - x64 steps: diff --git a/.github/workflows/tagbot.yml b/.github/workflows/tagbot.yml index f3896111..778c06fe 100644 --- a/.github/workflows/tagbot.yml +++ b/.github/workflows/tagbot.yml @@ -4,11 +4,6 @@ on: types: - created workflow_dispatch: - inputs: - lookback: - default: 3 -permissions: - contents: write jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' @@ -17,4 +12,3 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - ssh: ${{ secrets.DOCUMENTER_KEY }}