1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"