1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 16:10:48 +00:00
plantuml/.github/workflows/testing-workflow-config.yml
Eric Vantillard f312b3fbb6 chore(configure-workflow): prepare first version for testing in prod
Add more triggers to the test workflow
2023-04-03 19:25:36 +02:00

20 lines
373 B
YAML

name: Testing workflow config action
on:
workflow_dispatch:
push:
pull_request:
release:
jobs:
testing-workflow-config:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: configure workflow
uses: ./.github/actions/configure-workflow
id: config
with:
milliseconds: 3000