Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pull request pipeline does not correctly pull image with changes #222

Closed
SFJohnson24 opened this issue Jun 25, 2024 · 1 comment
Closed
Assignees

Comments

@SFJohnson24
Copy link
Collaborator

SFJohnson24 commented Jun 25, 2024

see: #221
The most recent build for this PR includes code to change the control bar in the top left bright red which does not occur.

The workflow yaml file needs to be changed so as to check ref: ${{ github.event.pull_request.head.ref }} after the uses: actions/checkout@v2 stanza when a pull request triggers a build. Some logic will need to be added as this action triggers for PR's to main and pushes so it needs to not do the ref check when it is a push. See: actions/checkout#439

@SFJohnson24
Copy link
Collaborator Author

I have spoken with Azure Support -- our preview environment for pull requests is not functioning properly when we make pull requests. It is building and displaying a link to main without any of the changes from the PR. I am working with support to resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants