Skip to content

Commit

Permalink
Update prdeploy.yaml
Browse files Browse the repository at this point in the history
Testing a theory that create deployment doesn't have anything to do with the pr we pull.
  • Loading branch information
cellistigs authored Oct 27, 2023
1 parent 2a22bc4 commit 04828bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
owner: cunningham-lab
repo: neurocaas
repository: ${{ github.repository }}
ref: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.ref }}
ref: master
environment: dev
auto_merge: false
env:
Expand Down

0 comments on commit 04828bd

Please sign in to comment.