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

BUG: Look like publish job isn't executing via conda_ci #630

Open
mmcky opened this issue Apr 7, 2022 · 7 comments
Open

BUG: Look like publish job isn't executing via conda_ci #630

mmcky opened this issue Apr 7, 2022 · 7 comments
Assignees

Comments

@mmcky
Copy link
Contributor

mmcky commented Apr 7, 2022

https://github.com/QuantEcon/QuantEcon.py/runs/5862360679?check_suite_focus=true

@mmcky mmcky self-assigned this Apr 7, 2022
@mmcky
Copy link
Contributor Author

mmcky commented Apr 7, 2022

will wait for master to be passing all tests again and then re-trigger tag

@mmcky
Copy link
Contributor Author

mmcky commented Apr 7, 2022

Looks OK

Not sure why this job is being skipped

@mmcky
Copy link
Contributor Author

mmcky commented Apr 7, 2022

@Smit-create
Copy link
Member

Not sure why this job is being skipped

I guess because of this:

if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')

@mmcky
Copy link
Contributor Author

mmcky commented Apr 7, 2022

@Smit-create that line means it should run when a tag is pushed to master/main.

@mmcky
Copy link
Contributor Author

mmcky commented Apr 7, 2022

@Smit-create
Copy link
Member

How about changing that line to:
if: github.event.ref_type == 'tag'

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

No branches or pull requests

3 participants