Skip to content

Commit

Permalink
Allow deploying this PR to the dedicated proxy server for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 4, 2024
1 parent 8047847 commit e3b9882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-cors-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
build_and_deploy:
# Only run this workflow from the trunk branch and when it's triggered by a maintainer listed below
# TODO: Can we check for group membership?
# TODO: Restore trunk branch check before merging
if: >
github.ref == 'refs/heads/trunk' && (
github.ref == 'refs/heads/restore-cors-support-to-cors-proxy' && (
github.event_name == 'workflow_run' ||
github.event_name == 'workflow_dispatch' ||
github.actor == 'adamziel' ||
Expand Down

0 comments on commit e3b9882

Please sign in to comment.