1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Small tidying up of Actions deployment for staging (#21221)

This commit is contained in:
James M. Greene
2021-09-01 15:19:04 -05:00
committed by GitHub
parent 71ff8249db
commit cd1f56005d
2 changed files with 0 additions and 12 deletions

View File

@@ -15,7 +15,6 @@ on:
jobs:
build:
if: ${{ github.repository == 'github/docs-internal' || github.repository == 'github/docs' }}
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
concurrency:

View File

@@ -37,11 +37,6 @@ jobs:
check_run_id: ${{ steps.create-check-run.outputs.check_run_id }}
check_run_name: ${{ steps.create-check-run.outputs.check_run_name }}
steps:
- name: Dump event context
env:
GITHUB_EVENT_CONTEXT: ${{ toJSON(github.event) }}
run: echo "$GITHUB_EVENT_CONTEXT"
- name: Create check run
id: create-check-run
uses: actions/github-script@2b34a689ec86a68d8ab9478298f91d5401337b7d
@@ -68,17 +63,11 @@ jobs:
name: pr_build
path: ./
- name: Show contents
run: ls -l
- name: Extract the archive
run: |
tar -xf app.tar -C ./
rm app.tar
- name: Show contents again
run: ls -l
- if: ${{ github.repository == 'github/docs-internal' }}
name: Setup node to clone early access
uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f