Skip to content

briandfoy/github_workflows

Repository files navigation

brian's Perl Module GitHub Workflows

DOI

My personal GitHub workflows for testing Perl modules. These files go in .github/workflows/ in each repo. Everything is available under the Artistic 2.0 License.

Some other demonstrations

I can trigger or ignore workflows or individual jobs. I'm mostly interested in switching on:

  • branch name
  • commit message

Other things I'll explore:

  • skip or trigger based on files

I'm not so interested in inspecting the environment, but that's not anything particularly special. Checking a context is conceptually the same as checking any other context.

Paying attention to things

A workflow or a job can run if and only if a condition is true:

Ignoring things

Sometimes I have a problem with one platform or part of the system. I want to run some workflows for some situations but not others. Instead of queueing all these builds and hoping the one I want runs soon, I just ignore a lot of them:

See Also

You might also like

About

My personal GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •