Skip to content

Add field to update search attributes of a schedule (#385) #305

Add field to update search attributes of a schedule (#385)

Add field to update search attributes of a schedule (#385) #305

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Print build information
run: 'echo head_ref: "$GITHUB_HEAD_REF", ref: "$GITHUB_REF"'
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- name: Check
run: make check test