File: workflow-run-scalar-types.yml

package info (click to toggle)
rust-github-actions-models 0.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
name: test
on:
  workflow_run:
    types: completed
    workflows: ["Build"]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4