Skip to content

Commit

Permalink
Use shared workflow 'simple-perltester-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
happy-barney committed Dec 24, 2023
1 parent 161ff77 commit b4e5b23
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/smoke-perltester-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: smoke-ubuntu-linux

on:
push:
branches:
- "*"
tags-ignore:
- "*"
pull_request:

# allow to trigger workflow manually
workflow_dispatch:

# once a month check if still runs (newer dependencies - perl, libraries, actions, ...)
schedule:
- cron: 0 0 1 * *

env:
PERL_USE_UNSAFE_INC: 0
AUTHOR_TESTING: 1
AUTOMATED_TESTING: 1
RELEASE_TESTING: 1

jobs:
simple-perltester-workflow:
uses: perl-actions/github-workflows/.github/workflows/simple-perltester-workflow.yml@main
with:
since-perl: 5.8

0 comments on commit b4e5b23

Please sign in to comment.