Skip to content

Commit

Permalink
Run all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ide committed Dec 2, 2023
1 parent 21a2351 commit e4c17ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: 🧐 Check packages
run: |
echo "Checking packages according to the event name: ${{ github.event_name }}"
if [[ "${{ github.event_name }}" == "schedule" || "${{ github.event.inputs.checkAll }}" == "check-all" ]]; then
if [[ true || "${{ github.event_name }}" == "schedule" || "${{ github.event.inputs.checkAll }}" == "check-all" ]]; then
# Check all packages on scheduled events or if requested by workflow_dispatch event.
bin/expotools check-packages --all
else
Expand Down

0 comments on commit e4c17ea

Please sign in to comment.