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

Run ci-windows-installed.yml on every pull request #2149

Conversation

wantehchang
Copy link
Collaborator

Otherwise no MSVC workflow was run on every pull request.

Otherwise no MSVC workflow was run on every pull request.
@wantehchang wantehchang requested review from vrabaud and y-guyon May 3, 2024 20:16
push:
branches:
- main
on: [push, pull_request]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another option is to run ci-windows.yml on every pull request. Would you prefer that instead?

Right now ci-windows.yml is run under the following conditions:

on:
  push:
  pull_request:
    paths:
      - '.github/workflows/ci-windows.yml'
      - '**CMakeLists.txt'
      - 'cmake/**'
      - 'ext/**'

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the current PR is fine.

push:
branches:
- main
on: [push, pull_request]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the current PR is fine.

Copy link
Collaborator

@vrabaud vrabaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This CI is fast enough, so let's go for it.

@wantehchang wantehchang merged commit 4db10a8 into AOMediaCodec:main May 3, 2024
12 checks passed
@wantehchang wantehchang deleted the run-ci-windows-installed-on-each-pull-request branch May 3, 2024 22:01
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

Successfully merging this pull request may close these issues.

3 participants