File: false-condition.yml

package info (click to toggle)
rust-github-actions-models 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# https://github.com/woodruffw/zizmor/issues/209
name: Name

on: [push]

jobs:
  build:
    runs-on: ubuntu-22.04
    steps:
      - name: Step
        if: false
        run: echo