From 83230c6b9bb3740820b08a8686665377e1270f1f Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:17:55 -0600 Subject: [PATCH 1/2] delete unused workflow --- .github/workflows/build-preview.yml | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/build-preview.yml diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml deleted file mode 100644 index ee139b8f..00000000 --- a/.github/workflows/build-preview.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: ❌ DS User Guide Previews - -on: - workflow_dispatch: - push: - branches: - - '*' - -jobs: - docker: - runs-on: ubuntu-latest - steps: - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v2 - with: - push: true - tags: designsafeci/ds-use-case-template:latest - - - name: Post build status in slack - id: slack - uses: slackapi/slack-github-action@v1.18.0 - with: - # This data can be any valid JSON from a previous step in the GitHub Action - payload: | - { - "build_status": "${{ job.status }}" - } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} From 64e182d616c5b7fc75e548e60fb958b65f770f3a Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:29:11 -0600 Subject: [PATCH 2/2] ci: remove branch that will be merged soon --- .github/workflows/build-pprd.yml | 1 - .github/workflows/update-reqs.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build-pprd.yml b/.github/workflows/build-pprd.yml index 3ab682d3..6cf9834e 100644 --- a/.github/workflows/build-pprd.yml +++ b/.github/workflows/build-pprd.yml @@ -6,7 +6,6 @@ on: - pprd - epic/v3 - any/branch-you-want - - fix/GH-61-netlify-auto-deploy jobs: docker: diff --git a/.github/workflows/update-reqs.yml b/.github/workflows/update-reqs.yml index b4e8a953..95a217f3 100644 --- a/.github/workflows/update-reqs.yml +++ b/.github/workflows/update-reqs.yml @@ -6,7 +6,6 @@ on: push: branches: - epic/v3 - - fix/GH-61-netlify-auto-deploy permissions: contents: write