expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
356 stars 104 forks source link

fix: prevent workflows from auto-canceling when triggered from other sources #466

Closed byCedric closed 11 months ago

byCedric commented 11 months ago

Why

Before this change, a manual deployment could cancel the workflow running on main.

How

This prevents that by adding github.event_name to the concurrency check.

Test Plan

Workflow change only.