Here I added run_ workflow files to all of the action triggers, as well as excluding the Dockerfiles. I did this both for all existing actions and for the template files.
While I was in there, I also made a small change to Dockerfile examples to eliminate a warning about ENV variables that was coming up.
closes https://github.com/AlexsLemonade/OpenScPCA-analysis/issues/676
Here I added
run_
workflow files to all of the action triggers, as well as excluding the Dockerfiles. I did this both for all existing actions and for the template files.While I was in there, I also made a small change to Dockerfile examples to eliminate a warning about
ENV
variables that was coming up.