Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x committed Dec 24, 2024
1 parent ebfc2d6 commit fdcdc02
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/update_goldens.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
name: update_goldens

on: push
on: workflow_dispatch

jobs:
update_goldens:
runs-on: ubuntu-latest
steps:
- name: 🚫 Ensure branch is not master
if: ${{ github.ref == 'refs/heads/master'}}
run: |
echo "Updating goldens on 'master' branch is prohibited."
exit 1
- name: 📚 Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0

- name: 🐦 Install Flutter
Expand Down

0 comments on commit fdcdc02

Please sign in to comment.