Skip to content

Commit

Permalink
chore: old approach, manual trigger for coordinator v1
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Aug 1, 2024
1 parent 3fa7a0e commit d65d52c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/push-to-r2.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: temporary R2 bucket upload

on:
workflow_call:
inputs:
tag:
description: 'Tag to build and release'
required: true
type: string
push:
branches:
- feat/add-commit-hash-support-to-r2-action
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
# workflow_dispatch:
# inputs:
# ref:
# description: Github branch or tag to checkout for compilation
# required: true
# default: main
# type: string


jobs:
Expand All @@ -21,8 +27,7 @@ jobs:
- name: Get tag
id: get-tag
run: |
echo "tag=${{ inputs.tag }}"
echo "tag=${{ inputs.tag }}" >> $GITHUB_OUTPUT
echo "tag=coordinator-v1.0.0" >> $GITHUB_OUTPUT
- name: Check for release information from tag
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/trigger-multiple-releases.yaml

This file was deleted.

0 comments on commit d65d52c

Please sign in to comment.