mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: Disable deploy action until fix is in (#290)
Related to #287 Temporarily disable the deploy action until we have a fix available.
This commit is contained in:
7
.github/workflows/coder.yaml
vendored
7
.github/workflows/coder.yaml
vendored
@ -187,7 +187,12 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: "deploy"
|
name: "deploy"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name != 'pull_request'
|
# Temporarily disable the 'deploy' job until issue is fixed:
|
||||||
|
# https://github.com/coder/coder/issues/287
|
||||||
|
# As a part of a fix for that, uncomment the below line
|
||||||
|
# and delete the 'if' after:
|
||||||
|
# if: github.event_name != 'pull_request'
|
||||||
|
if: false
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
|
Reference in New Issue
Block a user