Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Update deploy-preview.yml #2

Update deploy-preview.yml

Update deploy-preview.yml #2

Workflow file for this run

name: Always Fail
on: [push]
jobs:
fail-job:
runs-on: ubuntu-latest
steps:
- name: Fail the Build
run: exit 1