Skip to content

Commit

Permalink
Merge branch 'git-commit-push-action-6168722704-windows-full-remote' …
Browse files Browse the repository at this point in the history
…into windows
  • Loading branch information
GuillaumeFalourd authored and GuillaumeFalourd committed Sep 13, 2023
2 parents c1ca0a1 + 4e724b9 commit 3111d50
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/12-run-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo "First workflow was a success"

on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
Expand All @@ -32,4 +32,4 @@ jobs:
WORKFLOW_CONTEXT: ${{ toJSON(github.event.workflow_run) }}
run: |
echo ${{ github.event.workflow_run }}
echo $WORKFLOW_CONTEXT
echo $WORKFLOW_CONTEXT
23 changes: 23 additions & 0 deletions .github/workflows/workflow-tester87.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test 87

on:
push:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
name: StackSpot Runtime Infra Debian (v1)
runs-on: ubuntu-latest
steps:
- name: Show STK CLI version (1)
run: |
docker run -t --entrypoint /bin/bash -v $(pwd):/data stackspot/stk-cli-debian:5.4.7 -c '
cd /data
~/.stk/bin/stk -v
'
env:
HTTP_ENABLE_DEBUG: true
2 changes: 1 addition & 1 deletion backup/checkout-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon Sep 11 01:10:46 UTC 2023
Tue Sep 12 01:07:57 UTC 2023
2 changes: 1 addition & 1 deletion backup/pull-request-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri Sep 8 06:21:27 UTC 2023
Mon Sep 11 06:21:53 UTC 2023
2 changes: 1 addition & 1 deletion windows_report_full_remote.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Tue Sep 12 06:19:21 CUT 2023
Wed Sep 13 06:19:18 CUT 2023

0 comments on commit 3111d50

Please sign in to comment.