Skip to content

shell 설정보다 run 을 먼저 #7

shell 설정보다 run 을 먼저

shell 설정보다 run 을 먼저 #7

Workflow file for this run

name: Workflow Study
on:
push:
branches: [ cicd ]
jobs:
study-if-job:
steps:
- name: If 문 테스트
- run: echo "runScript"
- shell: bash
if: ${{ false }}