update names of workflows

This commit is contained in:
Hailey
2024-05-26 18:58:18 -07:00
parent 6c65dd3b36
commit a46fc57e0a
+2 -2
View File
@@ -1,7 +1,7 @@
# Credit for fingerprint action https://github.com/expo/expo # Credit for fingerprint action https://github.com/expo/expo
# https://github.com/expo/expo/blob/main/.github/workflows/pr-labeler.yml # https://github.com/expo/expo/blob/main/.github/workflows/pr-labeler.yml
--- ---
name: PR labeler name: PR Tests
on: on:
push: push:
@@ -94,7 +94,7 @@ jobs:
| ${{ steps.get-diff.outputs.base_file_string }} | ${{ steps.get-diff.outputs.pr_file_string }} | ${{ steps.get-diff.outputs.diff_file_string }} (${{ steps.get-diff.outputs.percent }}%) | | ${{ steps.get-diff.outputs.base_file_string }} | ${{ steps.get-diff.outputs.pr_file_string }} | ${{ steps.get-diff.outputs.diff_file_string }} (${{ steps.get-diff.outputs.percent }}%) |
--- ---
test-suite-fingerprint: fingerprint-native:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}} if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}}
steps: steps: