Skip to content

Fix/2129/show image response #1197

Fix/2129/show image response

Fix/2129/show image response #1197

Workflow file for this run

name: actions_on_main_branch
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
branches:
- 'main'
- 'development'
- 'feat/onboarding-v2'
jobs:
job1:
name: check_adminA
runs-on: ubuntu-latest
env:
NAME_ADMIN: adminA
steps:
- name: st1
if: ${{ github.actor != env.NAME_ADMIN }}
run: exit 1
- name: st2
if: ${{ github.actor == env.NAME_ADMIN }}
run: echo "ok"