Skip to content

Refactor Set and List Diff tests to use generic utilities (#2837) #1571

Refactor Set and List Diff tests to use generic utilities (#2837)

Refactor Set and List Diff tests to use generic utilities (#2837) #1571

Workflow file for this run

name: Master and Tag Builds
on:
push:
branches:
- master
tags:
- v*
paths-ignore:
- '.github/workflows/update-providers.yml'
- 'README.md'
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
jobs:
build:
uses: ./.github/workflows/build-and-test.yml
secrets: inherit