Skip to content

Commit

Permalink
[CI] Remove temporary workflow changes (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 24, 2023
1 parent 91d9281 commit b91a0d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/context_testing.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/reviewer_lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,10 @@ on:
types: [opened, ready_for_review, reopened]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
echo "The GitHub Actor's username is: $GITHUB_ACTOR"
reviewer-lottery:
runs-on: ubuntu-latest
if: ${{ ! contains(fromJSON('["dependabot[bot]", "mergify[bot]"]'), github.actor) }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
echo "The GitHub Actor's username is: $GITHUB_ACTOR"
- uses: actions/checkout@v4
- uses: uesteibar/reviewer-lottery@v3
with:
Expand Down

0 comments on commit b91a0d4

Please sign in to comment.