Skip to content

Conversation

@jorgepiloto
Copy link
Member

Progress on #1059.

@jorgepiloto
Copy link
Member Author

Closing and reopening this to trigger the labeler.

@jorgepiloto jorgepiloto reopened this Apr 29, 2022
@codecov
Copy link

codecov bot commented Apr 29, 2022

Codecov Report

Merging #1085 (f75ad0b) into main (d123100) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1085   +/-   ##
=======================================
  Coverage   73.01%   73.01%           
=======================================
  Files          43       43           
  Lines        6381     6381           
=======================================
  Hits         4659     4659           
  Misses       1722     1722           

@jorgepiloto
Copy link
Member Author

I'm suspecting about the glob pattern "*", so I finally decided to attack this using another approach.

@jorgepiloto
Copy link
Member Author

jorgepiloto commented Apr 29, 2022

This is exactly the same syntax we have in ansys-templates:

- name: Test baked project
  if: contains(fromJson('["pybasic", "pyansys"]'), matrix.cfg.template) == false

Which works without problems.

@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc Maintenance labels Apr 29, 2022
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@jorgepiloto jorgepiloto removed BUG CI/CD Related with CICD, Github Actions, etc labels Apr 29, 2022
@jorgepiloto jorgepiloto reopened this Apr 29, 2022
@jorgepiloto jorgepiloto reopened this Apr 29, 2022
@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc Maintenance labels Apr 29, 2022
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@jorgepiloto
Copy link
Member Author

This is very weird... If the on: pull_request key is not enabled, GitHub complains about the syntax.

@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@jorgepiloto jorgepiloto removed BUG CI/CD Related with CICD, Github Actions, etc labels Apr 29, 2022
@jorgepiloto jorgepiloto reopened this Apr 29, 2022
@jorgepiloto jorgepiloto force-pushed the fix/labeler branch 2 times, most recently from 3d0ff18 to 12c50ce Compare April 29, 2022 14:32
@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc Maintenance labels Apr 29, 2022
@jorgepiloto
Copy link
Member Author

This is finally working, @germa89.

@germa89
Copy link
Collaborator

germa89 commented Apr 29, 2022

Hi @jorgepiloto. This is amazing! Thank you !

Copy link
Collaborator

@germa89 germa89 left a comment

Choose a reason for hiding this comment

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

Very nice job fixing this issue @jorgepiloto . Thank you very much!

on:
pull_request_target:
types: [opened, reopened]
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.

So this is the main change, for functioning. Nice.

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

Labels

CI/CD Related with CICD, Github Actions, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants