Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into docs-ab-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cld-auto-merge-bot committed Apr 7, 2024
2 parents ee615e9 + 365d29c commit de2e9d6
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 de2e9d6

Please sign in to comment.