polars icon indicating copy to clipboard operation
polars copied to clipboard

github actions: run action if the spec file has changed

Open ritchie46 opened this issue 3 years ago • 1 comments

This can prevent reverts on master if the spec turns out to be invalid.

ritchie46 avatar Jul 19 '22 16:07 ritchie46

I think #4125 comes close, but it is not the same, because not all spec files are being monitored, and I think that is what you are intending here?

Should we define a workflow that is triggered on

on: 
  push:
    paths:
      - '.github/workflows/*' 

and then do ?

zundertj avatar Jul 22 '22 18:07 zundertj

I think this can be closed.

stinodego avatar Feb 17 '24 23:02 stinodego