Skip to content

Commit

Permalink
Update deploy_a_b_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary authored Apr 7, 2024
1 parent 396e646 commit 365d29c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_a_b_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Deploy A/B test

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -28,6 +28,8 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
- name: Branch name
run: echo running on branch ${GITHUB_REF##*/}

# Runs a set of commands using the runners shell
- name: Run a multi-line script
Expand Down

0 comments on commit 365d29c

Please sign in to comment.