Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 1, 2023
1 parent f0e12b5 commit 1629e0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test_redeploy_rerun_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: "(TEMP) Re-deploy rerun.io"

on:
pull_request:
workflow_dispatch:
inputs:
RELEASE_COMMIT:
required: false
type: string

permissions:
contents: "write"
Expand All @@ -15,7 +10,6 @@ permissions:
jobs:
redeploy-rerun-io:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4

Expand All @@ -25,4 +19,4 @@ jobs:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_team_name: ${{ vars.VERCEL_TEAM_NAME }}
vercel_project_name: ${{ vars.VERCEL_PROJECT_NAME }}
release_commit: ${{ inputs.RELEASE_COMMIT }}
release_commit: "feea69f35c5fe5ceed53b55cd5939f3efa5bec1b"

0 comments on commit 1629e0f

Please sign in to comment.