Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Jul 29, 2021
2 parents a28a72f + 733ac33 commit cc1676e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/03-python-script-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
run: python -m pip install --upgrade pip requests

- name: Execute Python script # Run the run.py to get the latest data
run: |
python run.py
run: python run.py
4 changes: 2 additions & 2 deletions .github/workflows/24-contexts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 24 - Github Context

on: [workflow_dispatch, push, pull_request]
on: [workflow_dispatch, push, pull_request, issues]

jobs:
github-context:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
run: echo "$MATRIX_CONTEXT"
run: echo "$MATRIX_CONTEXT"
2 changes: 1 addition & 1 deletion report.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wed Jul 14 02:26:01 UTC 2021
Thu Jul 29 02:28:01 UTC 2021

0 comments on commit cc1676e

Please sign in to comment.