1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Revert "adding temp workflow to enable the deploy workflow on the rc branch (#1201)" (#1203)

This reverts commit 0481bf07e2.
This commit is contained in:
Joseph Flinn
2021-09-23 06:15:13 -07:00
committed by GitHub
parent 0481bf07e2
commit 15ea87d6b6

View File

@@ -1,18 +0,0 @@
---
name: Deploy
on:
workflow_dispatch:
inputs: {}
jobs:
temp:
name: Temp Workflow
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # 2.3.4
- name: Temp workflow
run: |
echo "Temp Workflow to get the rc version back"